- Timestamp:
- Jun 21, 2022, 4:12:54 PM (2 years ago)
- Location:
- trunk/Install/snap
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/snap/local/build.sh
r82 r85 4 4 5 5 pushd ../../.. 6 snapcraft --debug --use-lxd 6 snapcraft --debug --use-lxd $@ 7 7 popd 8 8 -
trunk/Install/snap/snapcraft.yaml
r81 r85 15 15 * Multi-language support (English, Czech) 16 16 confinement: strict 17 base: core2 017 base: core22 18 18 grade: stable 19 19 icon: "Images/64x64/BigMetro.png" … … 41 41 install -m 755 Install/snap/local/BigMetro.desktop $SNAPCRAFT_PART_INSTALL/usr/share/applications 42 42 install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps 43 install -m 644 Images/64x64/BigMetro.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps 43 install -m 644 Images/64x64/BigMetro.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps 44 44 stage: 45 45 - usr … … 54 54 big-metro: 55 55 command: usr/bin/BigMetro 56 desktop: usr/share/applications/BigMetro.desktop 56 desktop: usr/share/applications/BigMetro.desktop 57 57 plugs: 58 58 - desktop
Note:
See TracChangeset
for help on using the changeset viewer.