From 8b0ed511c8afd855df49552af13dd8ae218b2638 Mon Sep 17 00:00:00 2001 From: RX6900XT Date: Sat, 20 Aug 2022 15:30:46 +0000 Subject: [PATCH 1/2] update spark-dwine-helper/s-wine-helper/deepinwine/tools/spark_run_v4.sh. Signed-off-by: RX6900XT --- .../s-wine-helper/deepinwine/tools/spark_run_v4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 78c10ff..22e30c5 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 @@ -163,7 +163,7 @@ CallDouyin() if [ -f "${WINEPREFIX}/drive_c/users/${USER}/Application Data/douyin" ]; then rm "${WINEPREFIX}/drive_c/users/${USER}/Application Data/douyin" mv ${WINEPREFIX}/drive_c/users/${USER}/Application\ Data/*.tmp ${WINEPREFIX}/drive_c/users/${USER}/Application\ Data/douyin - chmod 755 ${WINEPREFIX}/drive_c/users/${USER}/Application Data/douyin + chmod 755 ${WINEPREFIX}/drive_c/users/${USER}/Application\ Data/douyin fi CallProcess "$@" } -- Gitee From cd170d054cab989531d80d230fe0ed76e3bc5a2c Mon Sep 17 00:00:00 2001 From: RX6900XT Date: Sat, 20 Aug 2022 15:34:10 +0000 Subject: [PATCH 2/2] update spark-dwine-helper/s-wine-helper/deepinwine/tools/spark_run_v4.sh. Signed-off-by: RX6900XT --- .../s-wine-helper/deepinwine/tools/spark_run_v4.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 22e30c5..9b1c5cf 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 @@ -170,8 +170,8 @@ CallDouyin() CallMuBu() { - if [ -f "${WINEPREFIX}/drive_c/ProgramData/Microsoft/Windows/Start Menu/Programs/MuBu.lnk" ]; then - chmod 555 ${WINEPREFIX}/drive_c/ProgramData/Microsoft/Windows/Start Menu/Programs/MuBu.lnk + if [ -f "${WINEPREFIX}/drive_c/ProgramData/Microsoft/Windows/Start\ Menu/Programs/MuBu.lnk" ]; then + chmod 555 ${WINEPREFIX}/drive_c/ProgramData/Microsoft/Windows/Start\ Menu/Programs/MuBu.lnk fi CallProcess "$@" } -- Gitee