diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2022-06-05 02:23:06 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2022-06-05 02:23:06 -0600 |
commit | 0e77a7b89cb4ef8926ba374a8114a72a99a3481e (patch) | |
tree | a7036bf58752cb46cca3b3dd28b99600bc398400 | |
parent | 23862422fbd1fccd31c1b1908e572993030bb4e0 (diff) | |
download | riibalanced-patcher-0e77a7b89cb4ef8926ba374a8114a72a99a3481e.tar riibalanced-patcher-0e77a7b89cb4ef8926ba374a8114a72a99a3481e.tar.gz riibalanced-patcher-0e77a7b89cb4ef8926ba374a8114a72a99a3481e.tar.bz2 |
fix image compile cygwin
-rwxr-xr-x | patch_iso.sh | 2 |
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 |