diff --git a/auto/Dev-Cpp.6.7.5.MinGW-w64.X86_64.GCC.10.3.Setup.sh b/auto/Dev-Cpp.6.7.5.MinGW-w64.X86_64.GCC.10.3.Setup.sh new file mode 100644 index 000000000..fed54dd3e --- /dev/null +++ b/auto/Dev-Cpp.6.7.5.MinGW-w64.X86_64.GCC.10.3.Setup.sh @@ -0,0 +1,15 @@ +#!/usr/bin/env deepin-wine-runner-auto-install-bash +# 使用 Wine 运行器的语言解析器 +########################################################################################## +# 作者:gfdgd xi、为什么您不喜欢熊出没和阿布呢 +# 更新时间:2022年12月31日 +########################################################################################## +# 用于判断是否为 bash 解释器 +if [[ 1 == 2 ]]; then + # 保持对旧版本的兼容 + bash rm "/tmp/Dev-Cpp.6.7.5.MinGW-w64.X86_64.GCC.10.3.Setup.exe" +fi +rm "/tmp/Dev-Cpp.6.7.5.MinGW-w64.X86_64.GCC.10.3.Setup.exe" +download "https://code.gitlink.org.cn/gfdgd_xi/wine-runner-list/raw/branch/master/other/Dev-Cpp.6.7.5.MinGW-w64.X86_64.GCC.10.3.Setup.exe?gfdgd_xi=gfdgd_xi" /tmp "Dev-Cpp.6.7.5.MinGW-w64.X86_64.GCC.10.3.Setup.exe" +bat "/tmp/Dev-Cpp.6.7.5.MinGW-w64.X86_64.GCC.10.3.Setup.exe" +info 提示 安装完成! diff --git a/auto/list.json b/auto/list.json index af353b2c7..b803bd067 100644 --- a/auto/list.json +++ b/auto/list.json @@ -3,6 +3,10 @@ "查看自动配置脚本语法编写帮助", "help.sh" ], + [ + "安装 小熊猫Dev-C++ 6.7.5(MinGW-w64.X86_64.GCC.10.3)", + "Dev-Cpp.6.7.5.MinGW-w64.X86_64.GCC.10.3.Setup.sh" + ], [ "安装 WPS 看图", "Setup_6.0.0.1fix3_12012.00002019.sh" diff --git a/other/Dev-Cpp.6.7.5.MinGW-w64.X86_64.GCC.10.3.Setup.exe b/other/Dev-Cpp.6.7.5.MinGW-w64.X86_64.GCC.10.3.Setup.exe new file mode 100644 index 000000000..01c4f4e28 Binary files /dev/null and b/other/Dev-Cpp.6.7.5.MinGW-w64.X86_64.GCC.10.3.Setup.exe differ diff --git a/upload.py b/upload.py index 68635f08f..6a4470bbc 100644 --- a/upload.py +++ b/upload.py @@ -24,7 +24,8 @@ fi rm "/tmp/{fileName}" download "{url}" /tmp "{fileName}" bat "/tmp/{fileName}" -info 提示 安装完成!''' +info 提示 安装完成! +''' with open("auto/list.json", "r") as file: lists = json.loads(file.read()) #lists = []