summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95239d978b04..2df28ed828f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: qvshuo
pkgname=wechat-nativefier
-pkgver=20210429.2
+pkgver=20210429.3
pkgrel=1
pkgdesc="由nativefier生成(基于Electron 12), 模仿了Windows版微信的界面。"
arch=("x86_64")
@@ -23,11 +23,9 @@ _instname=WeChat
build() {
nativefier \
- --name "$_instname" \
--icon "${pkgname}.png" \
- --user-agent 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Safari/537.36' \
+ --user-agent 'Mozilla/5.0 (X11; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0' \
--internal-urls ".*?" \
- --inject "${pkgname}.css" \
--tray \
--file-download-options '{"saveAs": true}' \
"${url}"