mirror of
https://github.com/aunetx/deezer-linux.git
synced 2025-07-24 22:24:45 +02:00
Update flatpak repo to 5.30.80, fix flatpak build error
This commit is contained in:
parent
4a80c8c077
commit
fdb7ad980e
@ -20,6 +20,7 @@
|
|||||||
<kudo>HiDpiIcon</kudo>
|
<kudo>HiDpiIcon</kudo>
|
||||||
</kudos>
|
</kudos>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="5.30.80" date="2021-10-13" />
|
||||||
<release version="5.30.0.beta" date="2021-10-13" />
|
<release version="5.30.0.beta" date="2021-10-13" />
|
||||||
</releases>
|
</releases>
|
||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
|
@ -75,7 +75,7 @@ modules:
|
|||||||
npm run prepare-flatpak -- $ELECTRON_BUILDER_ARCH_ARGS
|
npm run prepare-flatpak -- $ELECTRON_BUILDER_ARCH_ARGS
|
||||||
|
|
||||||
# Bundle app and dependencies
|
# 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 app wrapper
|
||||||
- install -Dm755 -t /app/bin/ ../run.sh
|
- install -Dm755 -t /app/bin/ ../run.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user