Ignore:
Timestamp:
May 19, 2024, 10:27:46 PM (4 months ago)
Author:
chronos
Message:
  • Modified: Updated flatpak manifest.
Location:
trunk/Install/flatpak
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/flatpak

    • Property svn:ignore
      •  

        old new  
        11build
        22export
         3repo
        34tunneler.tar.gz
        45Tunneler.flatpak
  • trunk/Install/flatpak/net.zdechov.app.Tunneler.yml

    r94 r96  
    1010  - --socket=fallback-x11
    1111  - --socket=wayland
     12  - --socket=pulseaudio
    1213  - --filesystem=home
    1314  - --device=dri
     
    3536      - install -d -m 755 $FLATPAK_DEST/share/applications
    3637      - install -m 755 Install/flatpak/${FLATPAK_ID}.desktop $FLATPAK_DEST/share/applications
    37       - install -d -m 755 $FLATPAK_DEST/share/icons/hicolor/64x64/apps
    38       - install -m 644 Images/64x64/Tunneler.png $FLATPAK_DEST/share/icons/hicolor/64x64/apps/${FLATPAK_ID}.png
     38      - 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
    3940      - install -d -m 755 $FLATPAK_DEST/share/Tunneler/Languages
    4041      - install -D -m 755 Languages/*.pot $FLATPAK_DEST/share/Tunneler/Languages
Note: See TracChangeset for help on using the changeset viewer.