summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlevinit2018-03-27 09:34:49 +0800
committerlevinit2018-03-27 09:34:49 +0800
commit649817ee30f0d92e9f4bb924849f5209e8913d4d (patch)
tree44c670cda965a9eeccaf0ef636ab02be50b19d81
parent298d99ae680688a18578625a839104d397cabf04 (diff)
downloadaur-649817ee30f0d92e9f4bb924849f5209e8913d4d.tar.gz
v1.02.201803210
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
-rwxr-xr-xwechat_web_devtools.install12
3 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b48882d4832..b35593140373 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wechat_web_devtools
pkgdesc = wechat web devtools 微信web开发工具
- pkgver = 1.02.1803130
+ pkgver = 1.02.1803210
pkgrel = 1
url = https://github.com/cytle/wechat_web_devtools
install = wechat_web_devtools.install
@@ -11,7 +11,7 @@ pkgbase = wechat_web_devtools
depends = httpie
depends = wget
depends = wine_gecko
- source = https://github.com/cytle/wechat_web_devtools/archive/v1.02.1803130.tar.gz
+ source = https://github.com/cytle/wechat_web_devtools/archive/v1.02.1803210.tar.gz
sha512sums = SKIP
pkgname = wechat_web_devtools
diff --git a/PKGBUILD b/PKGBUILD
index 31b7b636d34e..d9ed95b5acad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: levinit <levinit at outlook>
pkgname=wechat_web_devtools
-pkgver=1.02.1803130
+pkgver=1.02.1803210
pkgrel=1
pkgdesc="wechat web devtools 微信web开发工具"
arch=('any')
@@ -9,6 +9,7 @@ url="https://github.com/cytle/wechat_web_devtools"
license=('custom')
depends=('wine' 'wine-mono' 'httpie' 'wget' 'wine_gecko')
+#makedepends=('wine_gecko')
source=("https://github.com/cytle/wechat_web_devtools/archive/v$pkgver.tar.gz")
sha512sums=('SKIP')
diff --git a/wechat_web_devtools.install b/wechat_web_devtools.install
index 18d3a8b05cfe..1c4ca4d4056d 100755
--- a/wechat_web_devtools.install
+++ b/wechat_web_devtools.install
@@ -3,22 +3,26 @@ read -r -d '' msg << TIPS
\e[1;33m====================================\e[0m\n
-----------更新开发者工具-----------
\n
- 当提示有更新时可进入/opt/wechat_web_devtools/执行\e[1m./bin/update_package_nw.sh手动更新,或者等待该软件包维护者更新版本,也可以点击安装,注意:\e[0m
\n
- 1. 安装过程中确认安装到$HOME/.wine/drive_c/Program Files (x86)/Tencent/微信web开发者工具路径下;
+ 当提示有更新时可进入/opt/wechat_web_devtools/执行\e[1m./bin/update_package_nw.sh\e[0m更新,或者等待该软件包维护者更新版本。也可以点击安装,安装需要注意:
+\n
+ 1. 确认安装到$HOME/.wine/drive_c/Program Files (x86)/Tencent/微信web开发者工具路径下;
+\n
+ 2. 安装完成时去掉打开开发者工具项前面的勾。
\n
- 2. 完成去掉打开开发者工具项前面的勾。
\n
-----------wcc和wcsc编译问题-----------
\n
+\n
进入/opt/wechat_web_devtools/,执行以下命令,让工具重新生成wcc和wcsc(会删除开发者工具配置文件,所有工程和登录信息会消失)
\n
\e[1m./bin/wxdt uninstall \e[0m
\n
\e[1m./bin/wxdt install \e[0m
\n
+\n
-----------更多内容-----------
-\n访问 \e[1m https://github.com/cytle/wechat_web_devtools \e[0m 提交反馈/寻找问题解决/贡献代码 等等
+\n访问\e[1m https://github.com/cytle/wechat_web_devtools \e[0m
\n
\e[1;33m====================================\e[0m
TIPS