diff --git a/spark-dwine-helper/s-wine-helper/deepinwine/tools/spark_run_v4.sh b/spark-dwine-helper/s-wine-helper/deepinwine/tools/spark_run_v4.sh index 2caf063d0944eca8b39cf408390ec9b24b068ad8..f1e4c40f666683502c79b8ca29e5a48888ab5973 100755 --- a/spark-dwine-helper/s-wine-helper/deepinwine/tools/spark_run_v4.sh +++ b/spark-dwine-helper/s-wine-helper/deepinwine/tools/spark_run_v4.sh @@ -159,6 +159,13 @@ CallProcess() ###有设置mimetype和自动启动(这个暂时没分析)的功能 ###########专属优化段: + +CalleCloud() +{ + chmod 000 ${WINEPREFIX}/drive_c/users/${USER}/Temp + CallProcess "$@" +} + CallDouyin() { if [ -f "${WINEPREFIX}/drive_c/users/${USER}/Application Data/douyin" ]; then @@ -519,10 +526,14 @@ CallApp() "Spark-douyin") CallDouyin "$@" ;; + "Spark-ecloud") + CalleCloud "$@" + ;; + *) "IE8") CallIE8 "$@" ;; - *) + *) CallProcess "$@" ;; esac