mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
store
This commit is contained in:
parent
0b68af1b01
commit
124ddcca96
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -99,4 +99,4 @@ jobs:
|
||||
run: |
|
||||
wget -q https://github.com/TheAssassin/pyuploadtool/releases/download/continuous/pyuploadtool-x86_64.AppImage
|
||||
chmod +x pyuploadtool-x86_64.AppImage
|
||||
./pyuploadtool-x86_64.AppImage *.AppImage* *.tar.gz
|
||||
./pyuploadtool-x86_64.AppImage WeChat*.AppImage *.tar.gz
|
||||
|
@ -10,8 +10,6 @@ package_dir="$root_dir/package.nw"
|
||||
# 1. 代码依赖分析不可用
|
||||
# 2. 拓展中的“SERVICE MARKET RECOMMENDS”功能不可用
|
||||
echo "fix: webview manager"
|
||||
root_dir=$(cd `dirname $0`/.. && pwd -P)
|
||||
package_dir="$root_dir/package.nw"
|
||||
sed -i 's#module.exports = createWebviewManager;#module.exports = createWebviewManager,( /** @type {any} */ (window)).createWebviewManager = createWebviewManager;#g' "$package_dir/js/libs/vseditor/webview-resource/main.js"
|
||||
|
||||
# 修复:可视化用的wcc,wcsc
|
||||
|
Loading…
x
Reference in New Issue
Block a user