WineHQ安装器更换国内源

This commit is contained in:
gfdgd xi 2022-09-25 10:17:36 +08:00
parent ed195d644e
commit 375cb1147f
5 changed files with 38 additions and 33 deletions

View File

@ -2,8 +2,8 @@
# 使用系统默认的 bash 运行 # 使用系统默认的 bash 运行
########################################################################################### ###########################################################################################
# 作者gfdgd xi、为什么您不喜欢熊出没和阿布呢 # 作者gfdgd xi、为什么您不喜欢熊出没和阿布呢
# 版本2.1.0 # 版本2.2.0
# 更新时间2022年08月25日 # 更新时间2022年09月25日
# 感谢:感谢 wine 以及 deepin-wine 团队,提供了 wine 和 deepin-wine 给大家使用,让我能做这个程序 # 感谢:感谢 wine 以及 deepin-wine 团队,提供了 wine 和 deepin-wine 给大家使用,让我能做这个程序
# 基于 Python3 构建 # 基于 Python3 构建
########################################################################################### ###########################################################################################
@ -20,18 +20,19 @@ echo ' # '
ubuntuSource=( ubuntuSource=(
"sudo wget -nc -P /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources" "echo \"deb [arch=amd64,i386 signed-by=/usr/share/keyrings/winehq-archive.key] https://mirrors.tuna.tsinghua.edu.cn/wine-builds/ubuntu/ jammy main\" | sudo tee /etc/apt/sources.list.d/winehq.list | cat > /dev/null"
"sudo wget -nc -P /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/impish/winehq-impish.sources" "sudo wget -nc -P /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/impish/winehq-impish.sources"
"sudo wget -nc -P /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/focal/winehq-focal.sources" "echo \"deb [arch=amd64,i386 signed-by=/usr/share/keyrings/winehq-archive.key] https://mirrors.tuna.tsinghua.edu.cn/wine-builds/ubuntu/ focal main\" | sudo tee /etc/apt/sources.list.d/winehq.list | cat > /dev/null"
"sudo wget -nc -P /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/bionic/winehq-bionic.sources" "echo \"deb [arch=amd64,i386 signed-by=/usr/share/keyrings/winehq-archive.key] https://mirrors.tuna.tsinghua.edu.cn/wine-builds/ubuntu/ bionic main\" | sudo tee /etc/apt/sources.list.d/winehq.list | cat > /dev/null"
) )
debianSource=( debianSource=(
"sudo wget -nc -P /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/buster/winehq-buster.sources" "echo \"deb [arch=amd64,i386 signed-by=/usr/share/keyrings/winehq-archive.key] https://mirrors.tuna.tsinghua.edu.cn/wine-builds/debian/ buster main\" | sudo tee /etc/apt/sources.list.d/winehq.list | cat > /dev/null"
"sudo wget -nc -P /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bullseye/winehq-bullseye.sources" "echo \"deb [arch=amd64,i386 signed-by=/usr/share/keyrings/winehq-archive.key] https://mirrors.tuna.tsinghua.edu.cn/wine-builds/debian/ bullseye main\" | sudo tee /etc/apt/sources.list.d/winehq.list | cat > /dev/null"
"sudo wget -nc -P /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources" "sudo wget -nc -P /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources"
) )
# 选择发行版 # 选择发行版
echo "WineHQ 官网https://wiki.winehq.org/" echo "WineHQ 官网https://wiki.winehq.org/"
echo "国内镜像源https://mirrors-i.tuna.tsinghua.edu.cn/help/wine-builds/"
echo echo
echo "选择发行版:" echo "选择发行版:"
echo "0. Debian" echo "0. Debian"

View File

@ -1,5 +1,5 @@
Package: spark-deepin-wine-runner Package: spark-deepin-wine-runner
Version: 2.2.0 Version: 2.2.0-uos
Maintainer: gfdgd xi <3025613752@qq.com>, 为什么您不喜欢熊出没和阿布呢 Maintainer: gfdgd xi <3025613752@qq.com>, 为什么您不喜欢熊出没和阿布呢
Homepage: https://gitee.com/gfdgd-xi/deep-wine-runner, https://github.com/gfdgd-xi/deep-wine-runner, https://gitlink.org.cn/gfdgd_xi/deep-wine-runner Homepage: https://gitee.com/gfdgd-xi/deep-wine-runner, https://github.com/gfdgd-xi/deep-wine-runner, https://gitlink.org.cn/gfdgd_xi/deep-wine-runner
Architecture: all Architecture: all
@ -24,12 +24,13 @@ Description: gfdgd xi、为什么您不喜欢熊出没和阿布呢 制作的 win
※10、修复出现星火应用商店和官方应用商店反复提示更新死循环的问题 ※10、修复出现星火应用商店和官方应用商店反复提示更新死循环的问题
※11、新增评分分数预测功能不准 ※11、新增评分分数预测功能不准
※12、更换程序接口 ※12、更换程序接口
13、更新组件安装的离线列表 ※13、将 WineHQ 的源换为国内源
14、不再强制依赖深度终端只做推荐安装 14、更新组件安装的离线列表
15、基于生态活动适配脚本的打包器在打包完成后会弹出对话框提示打包完成 15、不再强制依赖深度终端只做推荐安装
16、优化打包器的 spark wine helper 依赖设置方式 16、基于生态活动适配脚本的打包器在打包完成后会弹出对话框提示打包完成
17、新增 RegShot注册表比对工具 17、优化打包器的 spark wine helper 依赖设置方式
18、添加 Wine 运行器评分数据的搜索功能 18、新增 RegShot注册表比对工具
19、添加 Wine 运行器评分数据的搜索功能
以下更新内容旧版本也适用(只限 2.1.0 及以上版本): 以下更新内容旧版本也适用(只限 2.1.0 及以上版本):
※1、在“安装更多Wine”的Wine安装工具中上新 Wine ※1、在“安装更多Wine”的Wine安装工具中上新 Wine
※2、云 Dll 工具上新 Dll ※2、云 Dll 工具上新 Dll

View File

@ -2,8 +2,8 @@
# 使用系统默认的 bash 运行 # 使用系统默认的 bash 运行
########################################################################################### ###########################################################################################
# 作者gfdgd xi、为什么您不喜欢熊出没和阿布呢 # 作者gfdgd xi、为什么您不喜欢熊出没和阿布呢
# 版本2.1.0 # 版本2.2.0
# 更新时间2022年08月25日 # 更新时间2022年09月25日
# 感谢:感谢 wine 以及 deepin-wine 团队,提供了 wine 和 deepin-wine 给大家使用,让我能做这个程序 # 感谢:感谢 wine 以及 deepin-wine 团队,提供了 wine 和 deepin-wine 给大家使用,让我能做这个程序
# 基于 Python3 构建 # 基于 Python3 构建
########################################################################################### ###########################################################################################
@ -20,18 +20,19 @@ echo ' # '
ubuntuSource=( ubuntuSource=(
"sudo wget -nc -P /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources" "echo \"deb [arch=amd64,i386 signed-by=/usr/share/keyrings/winehq-archive.key] https://mirrors.tuna.tsinghua.edu.cn/wine-builds/ubuntu/ jammy main\" | sudo tee /etc/apt/sources.list.d/winehq.list | cat > /dev/null"
"sudo wget -nc -P /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/impish/winehq-impish.sources" "sudo wget -nc -P /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/impish/winehq-impish.sources"
"sudo wget -nc -P /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/focal/winehq-focal.sources" "echo \"deb [arch=amd64,i386 signed-by=/usr/share/keyrings/winehq-archive.key] https://mirrors.tuna.tsinghua.edu.cn/wine-builds/ubuntu/ focal main\" | sudo tee /etc/apt/sources.list.d/winehq.list | cat > /dev/null"
"sudo wget -nc -P /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/bionic/winehq-bionic.sources" "echo \"deb [arch=amd64,i386 signed-by=/usr/share/keyrings/winehq-archive.key] https://mirrors.tuna.tsinghua.edu.cn/wine-builds/ubuntu/ bionic main\" | sudo tee /etc/apt/sources.list.d/winehq.list | cat > /dev/null"
) )
debianSource=( debianSource=(
"sudo wget -nc -P /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/buster/winehq-buster.sources" "echo \"deb [arch=amd64,i386 signed-by=/usr/share/keyrings/winehq-archive.key] https://mirrors.tuna.tsinghua.edu.cn/wine-builds/debian/ buster main\" | sudo tee /etc/apt/sources.list.d/winehq.list | cat > /dev/null"
"sudo wget -nc -P /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bullseye/winehq-bullseye.sources" "echo \"deb [arch=amd64,i386 signed-by=/usr/share/keyrings/winehq-archive.key] https://mirrors.tuna.tsinghua.edu.cn/wine-builds/debian/ bullseye main\" | sudo tee /etc/apt/sources.list.d/winehq.list | cat > /dev/null"
"sudo wget -nc -P /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources" "sudo wget -nc -P /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources"
) )
# 选择发行版 # 选择发行版
echo "WineHQ 官网https://wiki.winehq.org/" echo "WineHQ 官网https://wiki.winehq.org/"
echo "国内镜像源https://mirrors-i.tuna.tsinghua.edu.cn/help/wine-builds/"
echo echo
echo "选择发行版:" echo "选择发行版:"
echo "0. Debian" echo "0. Debian"

View File

@ -1791,12 +1791,13 @@ updateThingsString = '''※1、Dll 提取工具支持 NT 6.X 及以上版本的
※10、修复出现星火应用商店和官方应用商店反复提示更新死循环的问题 ※10、修复出现星火应用商店和官方应用商店反复提示更新死循环的问题
※11、新增评分分数预测功能不准 ※11、新增评分分数预测功能不准
※12、更换程序接口 ※12、更换程序接口
13、更新组件安装的离线列表 ※13、将 WineHQ 的源换为国内源
14、不再强制依赖深度终端只做推荐安装 14、更新组件安装的离线列表
15、基于生态活动适配脚本的打包器在打包完成后会弹出对话框提示打包完成 15、不再强制依赖深度终端只做推荐安装
16、优化打包器的 spark wine helper 依赖设置方式 16、基于生态活动适配脚本的打包器在打包完成后会弹出对话框提示打包完成
17、新增 RegShot注册表比对工具 17、优化打包器的 spark wine helper 依赖设置方式
18、添加 Wine 运行器评分数据的搜索功能 18、新增 RegShot注册表比对工具
19、添加 Wine 运行器评分数据的搜索功能
<b>以下更新内容旧版本也适用(只限 2.1.0 及以上版本)</b> <b>以下更新内容旧版本也适用(只限 2.1.0 及以上版本)</b>
※1、在“安装更多Wine”的Wine安装工具中上新 Wine ※1、在“安装更多Wine”的Wine安装工具中上新 Wine
※2、云 Dll 工具上新 Dll ※2、云 Dll 工具上新 Dll

View File

@ -1791,12 +1791,13 @@ updateThingsString = '''※1、Dll 提取工具支持 NT 6.X 及以上版本的
10修复出现星火应用商店和官方应用商店反复提示更新死循环的问题 10修复出现星火应用商店和官方应用商店反复提示更新死循环的问题
11新增评分分数预测功能不准 11新增评分分数预测功能不准
12更换程序接口 12更换程序接口
13更新组件安装的离线列表 13 WineHQ 的源换为国内源
14不再强制依赖深度终端只做推荐安装 14更新组件安装的离线列表
15基于生态活动适配脚本的打包器在打包完成后会弹出对话框提示打包完成 15不再强制依赖深度终端只做推荐安装
16优化打包器的 spark wine helper 依赖设置方式 16基于生态活动适配脚本的打包器在打包完成后会弹出对话框提示打包完成
17新增 RegShot注册表比对工具 17优化打包器的 spark wine helper 依赖设置方式
18添加 Wine 运行器评分数据的搜索功能 18新增 RegShot注册表比对工具
19添加 Wine 运行器评分数据的搜索功能
<b>以下更新内容旧版本也适用只限 2.1.0 及以上版本</b> <b>以下更新内容旧版本也适用只限 2.1.0 及以上版本</b>
1安装更多Wine的Wine安装工具中上新 Wine 1安装更多Wine的Wine安装工具中上新 Wine
2 Dll 工具上新 Dll 2 Dll 工具上新 Dll