discord 0.0.31-2: correctly pack all files, move resources to a subdirectory
Resources are moved to a "resources" subdirectory to allow automated asar installers to work with this package. Reported-by: irisnk (https://aur.archlinux.org/packages/discord_arch_electron#comment-937014)
This commit is contained in:
parent
9b2c0746b7
commit
5505d9db4a
3 changed files with 9 additions and 9 deletions
|
@ -18,4 +18,4 @@ for line in "${MAPFILE[@]}"; do
|
|||
fi
|
||||
done
|
||||
|
||||
exec /usr/bin/${electron} /usr/lib/${name}/app.asar "${flags[@]}" "$@"
|
||||
exec /usr/bin/${electron} /usr/lib/${name}/resources/app.asar "${flags[@]}" "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue