aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2022-06-05 02:23:06 -0600
committerBryson Steck <steck.bryson@gmail.com>2022-06-05 02:23:06 -0600
commit0e77a7b89cb4ef8926ba374a8114a72a99a3481e (patch)
treea7036bf58752cb46cca3b3dd28b99600bc398400
parent23862422fbd1fccd31c1b1908e572993030bb4e0 (diff)
downloadriibalanced-patcher-0e77a7b89cb4ef8926ba374a8114a72a99a3481e.tar
riibalanced-patcher-0e77a7b89cb4ef8926ba374a8114a72a99a3481e.tar.gz
riibalanced-patcher-0e77a7b89cb4ef8926ba374a8114a72a99a3481e.tar.bz2
fix image compile cygwin
-rwxr-xr-xpatch_iso.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch_iso.sh b/patch_iso.sh
index 8669786..68e7e56 100755
--- a/patch_iso.sh
+++ b/patch_iso.sh
@@ -328,7 +328,7 @@ fi
# build -------------------------------------------------------------------------
if [[ $CYGWIN ]]; then
- cmd /C wit mix RMCE01\ -B --dest riibalanced.wbfs
+ cmd /C "wit mix .\RMCE01 -B --dest riibalanced.wbfs"
cmd /C wit edit riibalanced.wbfs --name MarioKartRiibalanced
else
wit mix RMCE01/ -B --dest riibalanced.wbfs