Update flatpak build
This commit is contained in:
parent
62f164a2d3
commit
74d0d2480b
|
@ -75,7 +75,9 @@ modules:
|
|||
npm run prepare-flatpak -- $ELECTRON_BUILDER_ARCH_ARGS
|
||||
|
||||
# Bundle app and dependencies
|
||||
- cp -a ../artifacts/${ELECTRON_BUILDER_ARCH_ARGS:2}/linux*unpacked /app/main
|
||||
- |
|
||||
. ../flatpak-node/electron-builder-arch-args.sh
|
||||
cp -a ../artifacts/${ELECTRON_BUILDER_ARCH_ARGS:2}/linux*unpacked /app/main
|
||||
|
||||
# Install app wrapper
|
||||
- install -Dm755 -t /app/bin/ ../run.sh
|
||||
|
|
Loading…
Reference in New Issue