diff --git a/auto/list.json b/auto/list.json index ae757c785..175f9a35b 100644 --- a/auto/list.json +++ b/auto/list.json @@ -1,6 +1,7 @@ [ ["查看自动配置脚本语法编写帮助", "help.sh"], ["安装 360 压缩", "360zip.sh"], + ["安装 Scratch 1.0", "scratch1.0.sh"], ["安装 Scratch 2.0", "scratch2.0.sh"], ["安装所有VC运行库", "vcpp.wsh"], ["安装 Microsoft Office 2013 环境", "office2013.wsh"], diff --git a/auto/scratch1.0.sh b/auto/scratch1.0.sh new file mode 100644 index 000000000..1ba2de946 --- /dev/null +++ b/auto/scratch1.0.sh @@ -0,0 +1,3 @@ +download https://code.gitlink.org.cn/gfdgd_xi/wine-runner-list/raw/branch/master/other/scratch2.0.exe /tmp temp.exe +bat /tmp/temp.exe +info 提示 安装完成! \ No newline at end of file diff --git a/other/scratch2.0.exe b/other/scratch2.0.exe new file mode 100644 index 000000000..99f910aa8 Binary files /dev/null and b/other/scratch2.0.exe differ