version 0.0.11-2: fix cmd args (thanks trey.merkley for pointing it out)
This commit is contained in:
parent
dd15ff2ef1
commit
8912e2513e
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue