mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-24 01:59:20 +01:00
- fixed that the script expected wrong parameter --show-downloadlink
instead of correct --show-download
This commit is contained in:
parent
a202f93602
commit
99d7dce0dc
@ -2,6 +2,8 @@ v7.2.2:
|
||||
::bug fixes
|
||||
- fix PATCHIMAGE_3DS_DIR setup when no ${HOME}/.patchimage.rc exists
|
||||
- fix PATCHIMAGE_ROM_DIR setup when no ${HOME}/.patchimage.rc exists
|
||||
- fixed that the script expected wrong parameter --show-downloadlink
|
||||
instead of correct --show-download
|
||||
- fix error messages or required user-input during batch-build by
|
||||
creating a separate build directory, then create the mod and before
|
||||
the next build is done that build directory is removed and re-created
|
||||
|
@ -517,7 +517,7 @@ while [[ $xcount -lt $pcount ]]; do
|
||||
export PATCHIMAGE_RIIVOLUTION_DOWNLOAD=TRUE
|
||||
;;
|
||||
|
||||
--show-downloadlink )
|
||||
--show-download )
|
||||
export PATCHIMAGE_SHOW_DOWNLOAD=TRUE
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user