mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2026-08-10 06:14:17 +08:00
Compare commits
5
Commits
a4be75f4a5
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
91235ac3d7 | ||
|
|
436c76db63 | ||
|
|
c0d556e616 | ||
|
|
5b586f2545 | ||
|
|
e04b2d18e9 |
+1
-1
@@ -42,7 +42,7 @@ Recommends: winbind,
|
||||
qemu,
|
||||
alien,
|
||||
spark-deepin-wine-runner-qemu-system-extra,
|
||||
deepin-wine10-stable | deepin-wine-staging | deepin-wine8-stable | hangover-wine | spark-wine | spark-wine11 | spark-wine11-wow | spark-wine10 | spark-wine10-wow | spark-wine9 | spark-wine9-wow | spark-wine8 | spark-wine8-wow | spark-wine7-devel | deepin-wine6-stable | deepin-wine5-stable | deepin-wine5 | deepin-wine | wine | libwine,
|
||||
deepin-wine11-stable | deepin-wine10-stable | deepin-wine-staging | deepin-wine8-stable | hangover-wine | spark-wine | spark-wine11 | spark-wine11-wow | spark-wine10 | spark-wine10-wow | spark-wine9 | spark-wine9-wow | spark-wine8 | spark-wine8-wow | spark-wine7-devel | deepin-wine6-stable | deepin-wine5-stable | deepin-wine5 | deepin-wine | wine | libwine,
|
||||
spark-dwine-helper | store.spark-app.spark-dwine-helper | deepin-wine-helper | com.wine-helper.deepin
|
||||
Section: utils
|
||||
Conflicts: spark.deepin-venturi-setter, spark-deepin-wine5-application-packer, spark-deepin-wine-runner-52, spark-deepin-wine-runner-termux, termux-exec
|
||||
|
||||
@@ -712,6 +712,7 @@ wineChooserList = [
|
||||
]
|
||||
wineChooserIndex = 2
|
||||
wineList = [
|
||||
"deepin-wine11-stable",
|
||||
"deepin-wine-staging",
|
||||
"deepin-wine10-stable",
|
||||
"deepin-wine8-stable",
|
||||
|
||||
@@ -1347,6 +1347,7 @@ wine = {
|
||||
"deepin-wine6-vannila": "deepin-wine6-vannila",
|
||||
"deepin-wine8-stable": "deepin-wine8-stable",
|
||||
"deepin-wine10-stable": "deepin-wine10-stable",
|
||||
"deepin-wine11-stable": "deepin-wine11-stable",
|
||||
"spark-wine9": "spark-wine9",
|
||||
"spark-wine9-wow": "spark-wine9-wow",
|
||||
"spark-wine10": "spark-wine10",
|
||||
@@ -1431,7 +1432,7 @@ widgetLayout = QtWidgets.QGridLayout()
|
||||
# 设置变量以修改和获取值项
|
||||
wineVersion = QtWidgets.QComboBox()
|
||||
wineVersion.addItems(wine.keys())
|
||||
wineVersion.setCurrentText("deepin-wine8-stable")
|
||||
wineVersion.setCurrentText("deepin-wine11-stable")
|
||||
e1_text = QtWidgets.QLineEdit()
|
||||
e2_text = QtWidgets.QLineEdit()
|
||||
e3_text = QtWidgets.QLineEdit()
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Version": "4.1.7",
|
||||
"Version": "4.1.8",
|
||||
"Time": "未知",
|
||||
"Thank": [
|
||||
"感谢 @り哥拽的冇气质° 和 @杨 提供了 3a5000(新世界的测试机器)",
|
||||
|
||||
+4
-1
@@ -128,7 +128,10 @@ def liulanbutton():
|
||||
|
||||
# 第二个浏览按钮事件
|
||||
def liulanexebutton():
|
||||
path = QtWidgets.QFileDialog.getOpenFileName(widget, "选择 exe 可执行文件", json.loads(readtxt(get_home() + "/.config/deepin-wine-runner/FindExe.json"))["path"], "exe 可执行文件(*.exe);;MSI 文件(*.msi);;所有文件(*.*)")
|
||||
# 文件对话框新增显示.EXE文件
|
||||
# path = QtWidgets.QFileDialog.getOpenFileName(widget, "选择 exe 可执行文件", json.loads(readtxt(get_home() + "/.config/deepin-wine-runner/FindExe.json"))["path"], "exe 可执行文件(*.exe);;MSI 文件(*.msi);;所有文件(*.*)")
|
||||
path = QtWidgets.QFileDialog.getOpenFileName(widget, "选择 Windows 可执行文件", json.loads(readtxt(get_home() + "/.config/deepin-wine-runner/FindExe.json"))["path"], "exe/EXE 可执行文件(*.exe *.EXE);;MSI 文件(*.msi);;所有文件(*.*)")
|
||||
|
||||
if path != "" and path != "()":
|
||||
e2.setEditText(path[0]) # 显示路径
|
||||
write_txt(get_home() + "/.config/deepin-wine-runner/FindExe.json", json.dumps({"path": os.path.dirname(path[0])})) # 写入配置文件
|
||||
|
||||
@@ -39,8 +39,8 @@ mkdir ../program
|
||||
make install -j$cpu DESTDIR=../program
|
||||
cd ../program/usr/local/
|
||||
# 打7z包
|
||||
7z a /wine/wine-$type-$version-ubuntu22.04-aarch64.7z *
|
||||
7z a /wine/wine-$type-$version-debian11-arm64.7z *
|
||||
cd /wine
|
||||
rm -rfv program
|
||||
|
||||
## 移除临时文件(不写了,反正 Github Action 会自动销毁)
|
||||
## 移除临时文件(不写了,反正 Github Action 会自动销毁)
|
||||
@@ -39,7 +39,7 @@ make install -j$cpu DESTDIR=../program
|
||||
cd ../program/usr/local/
|
||||
# 打7z包
|
||||
echo Building Time: `date`, source from https://gitlab.winehq.org/wine/wine > info.txt
|
||||
7z a /wine/wine-daily-debian10-amd64.7z *
|
||||
7z a /wine/wine-daily-debian11-amd64.7z *
|
||||
cd /wine
|
||||
rm -rfv program
|
||||
## 构建 32 + 64 位(混合)
|
||||
@@ -55,7 +55,7 @@ make install -j$cpu DESTDIR=../program
|
||||
cd ../program/usr/local/
|
||||
# 打7z包
|
||||
echo Building Time: `date`, source from https://gitlab.winehq.org/wine/wine > info.txt
|
||||
7z a /wine/wine-daily-debian10-x86_64.7z *
|
||||
7z a /wine/wine-daily-debian11-x86_64.7z *
|
||||
cd /wine
|
||||
rm -rfv program
|
||||
## 构建纯 32 位
|
||||
@@ -68,7 +68,7 @@ make install -j$cpu DESTDIR=../program
|
||||
cd ../program/usr/local/
|
||||
# 打7z包
|
||||
echo Building Time: `date`, source from https://gitlab.winehq.org/wine/wine > info.txt
|
||||
7z a /wine/wine-daily-debian10-i386.7z *
|
||||
7z a /wine/wine-daily-debian11-i386.7z *
|
||||
cd /wine
|
||||
rm -rfv program
|
||||
## 移除临时文件(不写了,反正 Github Action 会自动销毁)
|
||||
@@ -37,4 +37,4 @@ mkdir ../program
|
||||
make install -j$cpu DESTDIR=../program
|
||||
cd ../program/usr/local/
|
||||
echo Building Time: `date`, source from https://gitlab.winehq.org/wine/wine > info.txt
|
||||
7z a /wine/wine-wow64-daily-debian10-amd64.7z *
|
||||
7z a /wine/wine-wow64-daily-debian11-amd64.7z *
|
||||
|
||||
@@ -33,4 +33,4 @@ make -j$cpu
|
||||
mkdir ../program
|
||||
make install -j$cpu DESTDIR=../program
|
||||
cd ../program/usr/local/
|
||||
7z a /wine/wine-$type-wow64-$version-debian10-amd64.7z *
|
||||
7z a /wine/wine-$type-wow64-$version-debian11-amd64.7z *
|
||||
|
||||
@@ -35,7 +35,7 @@ mkdir ../program
|
||||
make install -j$cpu DESTDIR=../program
|
||||
cd ../program/usr/local/
|
||||
# 打7z包
|
||||
7z a /wine/wine-$type-$version-debian10-amd64.7z *
|
||||
7z a /wine/wine-$type-$version-debian11-amd64.7z *
|
||||
cd /wine
|
||||
rm -rfv program
|
||||
## 构建 32 + 64 位(混合)
|
||||
@@ -50,7 +50,7 @@ cd ../build64
|
||||
make install -j$cpu DESTDIR=../program
|
||||
cd ../program/usr/local/
|
||||
# 打7z包
|
||||
7z a /wine/wine-$type-$version-debian10-x86_64.7z *
|
||||
7z a /wine/wine-$type-$version-debian11-x86_64.7z *
|
||||
cd /wine
|
||||
rm -rfv program
|
||||
## 构建纯 32 位
|
||||
@@ -62,7 +62,7 @@ mkdir ../program
|
||||
make install -j$cpu DESTDIR=../program
|
||||
cd ../program/usr/local/
|
||||
# 打7z包
|
||||
7z a /wine/wine-$type-$version-debian10-i386.7z *
|
||||
7z a /wine/wine-$type-$version-debian11-i386.7z *
|
||||
cd /wine
|
||||
rm -rfv program
|
||||
## 移除临时文件(不写了,反正 Github Action 会自动销毁)
|
||||
Reference in New Issue
Block a user