Update flatpak repo to 5.30.80, fix flatpak build error

This commit is contained in:
aunetx 2021-10-13 21:50:53 +02:00
parent 4a80c8c077
commit fdb7ad980e
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@
<kudo>HiDpiIcon</kudo>
</kudos>
<releases>
<release version="5.30.80" date="2021-10-13" />
<release version="5.30.0.beta" date="2021-10-13" />
</releases>
<content_rating type="oars-1.1" />

View File

@ -75,7 +75,7 @@ modules:
npm run prepare-flatpak -- $ELECTRON_BUILDER_ARCH_ARGS
# Bundle app and dependencies
- cp -a dist/linux*unpacked /app/main
- cp -a ../artifacts/${ELECTRON_BUILDER_ARCH_ARGS:2}/linux*unpacked /app/main
# Install app wrapper
- install -Dm755 -t /app/bin/ ../run.sh