mirror of
https://gitee.com/spark-store-project/spark-wine
synced 2025-12-18 21:11:39 +08:00
加回deepin判断
This commit is contained in:
@@ -12,12 +12,12 @@ Get_Dist_Name()
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
#Get_Dist_Name
|
Get_Dist_Name
|
||||||
#if [ "$DISTRO" = "Deepin" ] || [ "$DISTRO" = "UniontechOS" ];then
|
if [ "$DISTRO" = "Deepin" ] || [ "$DISTRO" = "UniontechOS" ];then
|
||||||
#echo 1.0 > ~/.config/spark-wine/scale.txt
|
echo 1.0 > ~/.config/spark-wine/scale.txt
|
||||||
#####就是1倍缩放
|
#####就是1倍缩放
|
||||||
#exit
|
exit
|
||||||
#fi
|
fi
|
||||||
|
|
||||||
real_path_of_the_fucking_scale_txt=`echo ~/.config/spark-wine/scale.txt`
|
real_path_of_the_fucking_scale_txt=`echo ~/.config/spark-wine/scale.txt`
|
||||||
if [ -f "$real_path_of_the_fucking_scale_txt" ];then
|
if [ -f "$real_path_of_the_fucking_scale_txt" ];then
|
||||||
|
|||||||
Reference in New Issue
Block a user