修改: spark-dwine-helper/pkg/DEBIAN/control

修改:     spark-dwine-helper/pkg/opt/deepinwine/tools/spark_run_v4.sh
	修改:     spark-dwine-helper/pkg/opt/durapps/spark-dwine-helper/spark-get-scale.sh
	新文件:   spark-dwine-launch/run-template_v1.sh
This commit is contained in:
2022-05-31 20:48:23 +08:00
parent 529f0a33d8
commit 5baea85c51
4 changed files with 101 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
Package: spark-dwine-helper
Version: 1.4
Version: 1.4.1
Architecture: all
Maintainer: shenmo <shenmo@spark-app.store>
Installed-Size: 2293

View File

@@ -17,6 +17,7 @@ APPVER="@deb_version_string@"
APPTAR="files.7z"
BOTTLENAME=""
WINE_CMD="deepin-wine"
#这里会被后续覆盖,似乎没啥用
LOG_FILE=$0
PUBLIC_DIR="/var/public"
@@ -427,7 +428,7 @@ CallApp()
"Deepin-ZhuMu")
CallZhuMu "$@"
;;
"Deepin-QQ"|"Wine-QQ")
"Deepin-QQ"|"Wine-QQ"|"Spark-QQ")
CallQQ "$@"
;;
"Deepin-TIM")

View File

@@ -9,9 +9,11 @@ Get_Dist_Name()
DISTRO='Deepin'
elif grep -Eqi "Uniontech" /etc/issue || grep -Eq "Uniontech" /etc/*-release; then
DISTRO='UniontechOS'
else
DISTRO='OtherOS'
fi
}
Get_Dist_Name
if [ "$DISTRO" = "Deepin" ] || [ "$DISTRO" = "UniontechOS" ];then
echo 1.0 > ~/.config/spark-wine/scale.txt