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 d89519e commit d616b32
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: quelea
version: '2024.1'
base: core20
summary: Church prjection
summary: Church projection software
description: |
Quelea is a free and open source software application that projects
multimedia content in your church service.
confinement: strict
issues: https://github.com/quelea-projection/Quelea/issues
license: GPL-3.0

environment:
JAVA_HOME: $SNAP/jar/jvm
Expand Down Expand Up @@ -40,9 +42,9 @@ parts:
snapcraftctl prime
mkdir $SNAPCRAFT_PRIME/jar
cp -a $SNAPCRAFT_STAGE/jar/. $SNAPCRAFT_PRIME/jar/.
chmod +x $SNAPCRAFT_PRIME/launch.sh
rm -rf $SNAPCRAFT_PRIME/winjre64
ls -l $SNAPCRAFT_PRIME
ls -l $SNAPCRAFT_PRIME/jar
chmod +x $SNAPCRAFT_PRIME/launch.sh
rm -rf $SNAPCRAFT_PRIME/winjre64

0 comments on commit d616b32

Please sign in to comment.