mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 02:52:03 +08:00
1.9.0大体完成
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
WINE_CMD="deepin-wine5"
|
||||
if [ $WINE = "" ]; then
|
||||
WINE_CMD="deepin-wine5"
|
||||
else
|
||||
WINE_CMD=$WINE
|
||||
fi
|
||||
userdir=$USER
|
||||
|
||||
remove_file()
|
||||
@@ -364,7 +367,7 @@ if [ -z "$1" ]; then
|
||||
echo "prefix should be given"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
WINEPREFIX=$1
|
||||
BottlePath=$1
|
||||
BottleBase=${BottlePath}/drive_c
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"Version": "1.9.0Alpha3"
|
||||
"Version": "1.9.0"
|
||||
}
|
||||
|
||||
@@ -115,7 +115,8 @@ def PackageDeb():
|
||||
QT.run.start()
|
||||
|
||||
def RunCommand(command):
|
||||
commandReturn.append(command)
|
||||
if command.replace("\n", "").replace(" ", "") != "":
|
||||
commandReturn.append(command.replace("\n", ""))
|
||||
|
||||
def ShowHelp():
|
||||
QtWidgets.QMessageBox.information(widget, "帮助", f"下面是有关打包器的各个输入框的意义以及有关的 UOS 填写标准\n{tips}")
|
||||
|
||||
Reference in New Issue
Block a user