summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052024-04-28 16:15:47 +0800
committerzxp198210052024-04-28 16:15:47 +0800
commitbe9e6baf2b5fae846267ebdb5c055c0a1c759c15 (patch)
treec5c4e5ecbb986c070245df0f7a1e084855d25a37 /PKGBUILD
parentfa6887a77fad0e84ad5b1bbf112da00d0304a0f5 (diff)
downloadaur-be9e6baf2b5fae846267ebdb5c055c0a1c759c15.tar.gz
fix errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10e1feb74ab6..14a2323df5a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,6 +21,7 @@ makedepends=(
'go'
'gcc'
'base-devel'
+ 'wails'
)
options=(
'!strip'
@@ -63,7 +64,6 @@ build() {
else
echo "Your network is OK."
fi
- go install github.com/wailsapp/wails/v2/cmd/wails@latest
npm install --prefix ./frontend
wails build -platform linux -o "${pkgname%-git}"
sed -e "s|{{.Info.ProductName}}|${_pkgname}|g" \