aboutsummarylogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
authorCodist2020-12-29 23:05:38 +0800
committerCodist2020-12-29 23:05:38 +0800
commitd95c0f37294416de8c72708bae20fedb13b151d8 (patch)
tree01ca6b4e650c45f1da81f90f9ce76bbd650f8c8b /run.sh
parentf7e7ce31e5003f720033237d81765ccd86434e75 (diff)
downloadaur-d95c0f37294416de8c72708bae20fedb13b151d8.tar.gz
fixed switch to deepin-wine
Signed-off-by: Codist <countstarlight@gmail.com>
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/run.sh b/run.sh
index f8fa3ff35d30..ea6b702c6cc4 100755
--- a/run.sh
+++ b/run.sh
@@ -79,8 +79,8 @@ SwitchToDeepinWine()
msg 0 "Redeploying app ..."
extract_archive "$ARCHIVE_FILE_DIR/helper_archive.7z" "$ARCHIVE_FILE_DIR/helper_archive.md5sum" "$SPECIFY_SHELL_DIR"
$START_SHELL_PATH $BOTTLENAME $APPVER "$EXEC_PATH" -r
- msg 0 "Reversing the patch ..."
- patch -p1 -R -d ${WINEPREFIX} < $ARCHIVE_FILE_DIR/reg.patch
+ #msg 0 "Reversing the patch ..."
+ #patch -p1 -R -d ${WINEPREFIX} < $ARCHIVE_FILE_DIR/reg.patch
echo "5" > $WINEPREFIX/deepin
rm -f $WINEPREFIX/reinstalled
msg 0 "Done."