Merge pull request #4 from QuasarApp/OpenJDK11

Update snapcraft.yaml
This commit is contained in:
Andrei Yankovich 2022-11-25 15:04:40 +03:00 committed by GitHub
commit c657f23849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@ parts:
stage-packages:
- libfreetype6
- libpng16-16
- openjdk-8-jdk
- openjdk-8-jre
- openjdk-8-jre-headless
- openjdk-11-jdk
- openjdk-11-jre
- openjdk-11-jre-headless
build-packages:
- ca-certificates
- ca-certificates-java
- openjdk-8-jre-headless
- openjdk-11-jre-headless
override-stage: |
snapcraftctl stage
chmod 777 -R "$SNAPCRAFT_STAGE/cmdline-tools"