diff options
author | zxp19821005 | 2024-03-14 13:17:20 +0800 |
---|---|---|
committer | zxp19821005 | 2024-03-14 13:17:20 +0800 |
commit | 6991932881a5a14742c51f04a1a634a5d9a88f9a (patch) | |
tree | 703f52d6e31909f2e4830ed78073384463e7aa2e /PKGBUILD | |
parent | a152ca171a7afb8aab3c97b163be5b69c8ccf81e (diff) | |
download | aur-6991932881a5a14742c51f04a1a634a5d9a88f9a.tar.gz |
fix errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ build() { sed -e "s|@electronversion@|${_electronversion}|" \ -e "s|@appname@|${pkgname}|g" \ -e "s|@runname@|app.asar|g" \ + -e "s|@options@||g" \ -i "${srcdir}/${pkgname}.sh" _ensure_local_nvm gendesk -f -n -q --categories="Utility" --name="${pkgname}" --exec="${pkgname} %U" |