version 0.0.11-2: fix cmd args (thanks trey.merkley for pointing it out)

This commit is contained in:
John C. Allwein 2020-08-27 10:38:58 -04:00
parent dd15ff2ef1
commit 8912e2513e
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 50982AE5B444BE15

View file

@ -39,7 +39,7 @@ package() {
# Create starter script for discord
echo "#!/bin/sh" >> "$pkgdir"/opt/$_pkgname/$_pkgname
echo "electron /opt/$_pkgname/resources/app.asar" >> "$pkgdir"/opt/$_pkgname/$_pkgname
echo "electron /opt/$_pkgname/resources/app.asar $@" >> "$pkgdir"/opt/$_pkgname/$_pkgname
# Set Permissions, symlinks
chmod 755 "$pkgdir"/opt/$_pkgname/$_pkgname