From 529f0a33d8771faa54e39945d3afce592a0c9d4b Mon Sep 17 00:00:00 2001 From: shenmo Date: Tue, 31 May 2022 13:11:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=9B=9Edeepin=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../opt/durapps/spark-dwine-helper/spark-get-scale.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/spark-dwine-helper/pkg/opt/durapps/spark-dwine-helper/spark-get-scale.sh b/spark-dwine-helper/pkg/opt/durapps/spark-dwine-helper/spark-get-scale.sh index dfa9a70..73d9716 100755 --- a/spark-dwine-helper/pkg/opt/durapps/spark-dwine-helper/spark-get-scale.sh +++ b/spark-dwine-helper/pkg/opt/durapps/spark-dwine-helper/spark-get-scale.sh @@ -12,12 +12,12 @@ Get_Dist_Name() fi } -#Get_Dist_Name -#if [ "$DISTRO" = "Deepin" ] || [ "$DISTRO" = "UniontechOS" ];then -#echo 1.0 > ~/.config/spark-wine/scale.txt +Get_Dist_Name +if [ "$DISTRO" = "Deepin" ] || [ "$DISTRO" = "UniontechOS" ];then +echo 1.0 > ~/.config/spark-wine/scale.txt #####就是1倍缩放 -#exit -#fi +exit +fi real_path_of_the_fucking_scale_txt=`echo ~/.config/spark-wine/scale.txt` if [ -f "$real_path_of_the_fucking_scale_txt" ];then