新增程序 小熊猫Dev-C++ 6.7.5(MinGW-w64.X86_64.GCC.10.3)

This commit is contained in:
gfdgd_xi 2022-12-31 19:30:01 +08:00
parent 29003936b8
commit 16b2c5ad42
4 changed files with 21 additions and 1 deletions

View File

@ -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 提示 安装完成!

View File

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

View File

@ -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 = []