修改: 支持直接 -s 设置

This commit is contained in:
2022-05-31 21:50:24 +08:00
parent b1f482a5b1
commit c6c116c88d

View File

@@ -92,8 +92,8 @@ echo "Unrecognizable number. Use $0 -h to get help"
exit 1
fi
#######没问题了再用
wine_scale=`echo $appointed_scale_factor`
echo "$appointed_scale_factor" > $CONTAINER_PATH/scale.txt
wine_scale=`cat $CONTAINER_PATH/scale.txt`
fi