Changeset 96 for trunk/Install/flatpak/net.zdechov.app.Tunneler.yml
- Timestamp:
- May 19, 2024, 10:27:46 PM (6 months ago)
- Location:
- trunk/Install/flatpak
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/flatpak
- Property svn:ignore
-
old new 1 1 build 2 2 export 3 repo 3 4 tunneler.tar.gz 4 5 Tunneler.flatpak
-
- Property svn:ignore
-
trunk/Install/flatpak/net.zdechov.app.Tunneler.yml
r94 r96 10 10 - --socket=fallback-x11 11 11 - --socket=wayland 12 - --socket=pulseaudio 12 13 - --filesystem=home 13 14 - --device=dri … … 35 36 - install -d -m 755 $FLATPAK_DEST/share/applications 36 37 - install -m 755 Install/flatpak/${FLATPAK_ID}.desktop $FLATPAK_DEST/share/applications 37 - install -d -m 755 $FLATPAK_DEST/share/icons/hicolor/ 64x64/apps38 - install -m 644 Images/ 64x64/Tunneler.png $FLATPAK_DEST/share/icons/hicolor/64x64/apps/${FLATPAK_ID}.png38 - install -d -m 755 $FLATPAK_DEST/share/icons/hicolor/256x256/apps 39 - install -m 644 Images/256x256/Tunneler.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png 39 40 - install -d -m 755 $FLATPAK_DEST/share/Tunneler/Languages 40 41 - install -D -m 755 Languages/*.pot $FLATPAK_DEST/share/Tunneler/Languages
Note:
See TracChangeset
for help on using the changeset viewer.