This commit is contained in:
msojocs 2022-02-16 11:18:38 +08:00
parent 0b68af1b01
commit 124ddcca96
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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