summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-12-12 12:36:57 +0800
committerzxp198210052023-12-12 12:36:57 +0800
commit715f50816b4bc8f8df462138653892836ec1b43b (patch)
treec9423218fc6ca952e2f6b75237abf20f53e1c262
parent5779a23603160d8bd298b01c7888f263e9d19f2e (diff)
downloadaur-715f50816b4bc8f8df462138653892836ec1b43b.tar.gz
fix errors
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d805f76da3c..5b8f9179e340 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ _ensure_local_nvm() {
build() {
sed -e "s|@electronversion@|${_electronversion}|" \
-e "s|@appname@|${pkgname%-git}|g" \
- -e "s|@appasar@|app|g" \
+ -e "s|@appasar@|app.asar|g" \
-i "${srcdir}/${pkgname%-git}.sh"
_ensure_local_nvm
gendesk -q -f -n --categories "Network" --name "${_pkgname}" --exec "${pkgname%-git}"