Skip to content

Commit

Permalink
Snapcraft debug
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 committed Feb 7, 2024
1 parent 5db95e8 commit a74174c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ description: |
confinement: strict
issues: https://github.com/quelea-projection/Quelea/issues
license: GPL-3.0
grade: devel

environment:
JAVA_HOME: $SNAP/jar/jvm
Expand All @@ -18,7 +19,7 @@ architectures:

apps:
quelea:
command: sh $SNAP/jar/launch.sh
command: $SNAP/jar/launch.sh
plugs: [home, mount-observe, network-control, network, network-bind, x11, wayland, unity7, opengl, optical-drive, alsa, pulseaudio, desktop, desktop-legacy, removable-media, gsettings, account-control]

parts:
Expand All @@ -42,9 +43,9 @@ parts:
snapcraftctl prime
mkdir $SNAPCRAFT_PRIME/jar
cp -a $SNAPCRAFT_STAGE/jar/. $SNAPCRAFT_PRIME/jar/.
ls -l $SNAPCRAFT_PRIME
ls -l $SNAPCRAFT_PRIME/jar
chmod +x $SNAPCRAFT_PRIME/jar/launch.sh
rm -rf $SNAPCRAFT_PRIME/jar/winjre64
ls -l $SNAPCRAFT_PRIME
ls -l $SNAPCRAFT_PRIME/jar

0 comments on commit a74174c

Please sign in to comment.