mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
fix: 优化wcc以及一处试图修改常量bug
This commit is contained in:
parent
902a964ce0
commit
18df6a413f
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: 报告Bug
|
name: 报告Bug
|
||||||
about: 创建一个问题报告帮助我们做得更好
|
about: 如果阁下提交的`issue`属于bug,但没有按模板提交,那么将会被忽略或删除
|
||||||
title: ''
|
title: ''
|
||||||
labels: bug
|
labels: bug
|
||||||
assignees: ''
|
assignees: ''
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -66,6 +66,7 @@ jobs:
|
|||||||
cp -r compiler tmp/build/compiler
|
cp -r compiler tmp/build/compiler
|
||||||
cd tmp/build
|
cd tmp/build
|
||||||
ls -l
|
ls -l
|
||||||
|
sudo rm -rf compiler/test
|
||||||
tar -zcf compiler.tar.gz compiler
|
tar -zcf compiler.tar.gz compiler
|
||||||
tar -zcf nodegit.tar.gz nodegit
|
tar -zcf nodegit.tar.gz nodegit
|
||||||
rm -rf compiler nodegit
|
rm -rf compiler nodegit
|
||||||
|
File diff suppressed because one or more lines are too long
@ -20,7 +20,7 @@ _node_version="16.1.0"
|
|||||||
|
|
||||||
pkgname=wechat-devtools
|
pkgname=wechat-devtools
|
||||||
pkgver="${_wechat_devtools_ver}" # 主版本号
|
pkgver="${_wechat_devtools_ver}" # 主版本号
|
||||||
pkgrel=1 # 次版本号release
|
pkgrel=2 # 次版本号release
|
||||||
epoch=2 # 大版本迭代强制更新(维护者变更,尽量不用)
|
epoch=2 # 大版本迭代强制更新(维护者变更,尽量不用)
|
||||||
pkgdesc="WeChat Devtools For Linux. "
|
pkgdesc="WeChat Devtools For Linux. "
|
||||||
arch=("x86_64")
|
arch=("x86_64")
|
||||||
@ -32,7 +32,7 @@ makedepends=('p7zip' 'python2' 'openssl' 'gcc' 'make' 'libssh2' 'krb5')
|
|||||||
source=("nwjs-v${_nwjs_ver}.tar.gz::https://npm.taobao.org/mirrors/nwjs/v${_nwjs_ver}/nwjs-sdk-v${_nwjs_ver}-linux-x64.tar.gz"
|
source=("nwjs-v${_nwjs_ver}.tar.gz::https://npm.taobao.org/mirrors/nwjs/v${_nwjs_ver}/nwjs-sdk-v${_nwjs_ver}-linux-x64.tar.gz"
|
||||||
"${_wechat_devtools_exe}::${_wechat_devtools_url}"
|
"${_wechat_devtools_exe}::${_wechat_devtools_url}"
|
||||||
"node-v${_node_version}.tar.gz::https://npm.taobao.org/mirrors/node/v${_node_version}/node-v${_node_version}-linux-x64.tar.gz"
|
"node-v${_node_version}.tar.gz::https://npm.taobao.org/mirrors/node/v${_node_version}/node-v${_node_version}-linux-x64.tar.gz"
|
||||||
"compiler.tar.gz::https://download.fastgit.org/msojocs/wechat-devtools-linux/releases/download/v0.19/compiler.tar.gz"
|
"compiler.tar.gz::https://download.fastgit.org/msojocs/wechat-devtools-linux/releases/download/v1.05.2203070-2/compiler.tar.gz"
|
||||||
"wechat-devtools.desktop"
|
"wechat-devtools.desktop"
|
||||||
"logo.svg"
|
"logo.svg"
|
||||||
"fix-cli.sh"
|
"fix-cli.sh"
|
||||||
@ -46,7 +46,7 @@ source=("nwjs-v${_nwjs_ver}.tar.gz::https://npm.taobao.org/mirrors/nwjs/v${_nwjs
|
|||||||
md5sums=(b6f49803c51d0abacca2d1e566c7fe19 # nwjs
|
md5sums=(b6f49803c51d0abacca2d1e566c7fe19 # nwjs
|
||||||
"${_wechat_devtools_md5}"
|
"${_wechat_devtools_md5}"
|
||||||
2280bfbbf29981fd5adce334f40146ff # nodejs
|
2280bfbbf29981fd5adce334f40146ff # nodejs
|
||||||
a9e061c97afbbc295b5664a2d8065492 # compiler
|
72521b0e6aa748ed1c094617aa9c87ee # compiler
|
||||||
1abd6b4ebbbb918f601a6c5dbad55a05 # desktop
|
1abd6b4ebbbb918f601a6c5dbad55a05 # desktop
|
||||||
0f4353664123320280ea4d6bb295dce2 # svg
|
0f4353664123320280ea4d6bb295dce2 # svg
|
||||||
"SKIP"
|
"SKIP"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user