summarylogtreecommitdiffstats
path: root/discord-launcher.sh
diff options
context:
space:
mode:
authorZoddo2023-10-06 20:25:07 +0200
committerZoddo2023-10-06 20:25:07 +0200
commit5505d9db4afdf18680b89c955f44485e84b50075 (patch)
tree67d2441131aaa6c4652a64b2288d70c1a167f18f /discord-launcher.sh
parent9b2c0746b7527dbe3506d29b327a6772b157f108 (diff)
downloadaur-5505d9db4afdf18680b89c955f44485e84b50075.tar.gz
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)
Diffstat (limited to 'discord-launcher.sh')
-rwxr-xr-xdiscord-launcher.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord-launcher.sh b/discord-launcher.sh
index 4f691c118598..32530e9cfcc7 100755
--- a/discord-launcher.sh
+++ b/discord-launcher.sh
@@ -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[@]}" "$@"