新增程序 小熊猫Dev-C++ 6.7.5(MinGW-w64.X86_64.GCC.10.3)
This commit is contained in:
parent
29003936b8
commit
16b2c5ad42
|
@ -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 提示 安装完成!
|
|
@ -3,6 +3,10 @@
|
||||||
"查看自动配置脚本语法编写帮助",
|
"查看自动配置脚本语法编写帮助",
|
||||||
"help.sh"
|
"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 看图",
|
"安装 WPS 看图",
|
||||||
"Setup_6.0.0.1fix3_12012.00002019.sh"
|
"Setup_6.0.0.1fix3_12012.00002019.sh"
|
||||||
|
|
Binary file not shown.
|
@ -24,7 +24,8 @@ fi
|
||||||
rm "/tmp/{fileName}"
|
rm "/tmp/{fileName}"
|
||||||
download "{url}" /tmp "{fileName}"
|
download "{url}" /tmp "{fileName}"
|
||||||
bat "/tmp/{fileName}"
|
bat "/tmp/{fileName}"
|
||||||
info 提示 安装完成!'''
|
info 提示 安装完成!
|
||||||
|
'''
|
||||||
with open("auto/list.json", "r") as file:
|
with open("auto/list.json", "r") as file:
|
||||||
lists = json.loads(file.read())
|
lists = json.loads(file.read())
|
||||||
#lists = []
|
#lists = []
|
||||||
|
|
Loading…
Reference in New Issue