mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-14 19:49:33 +00:00
Update setup_inform_macos.command
This commit is contained in:
parent
2d0444d451
commit
3f5e0f86db
1 changed files with 3 additions and 3 deletions
|
@ -9,11 +9,11 @@ if [ -e "./qb64" ]; then
|
|||
./UiEditor &
|
||||
else
|
||||
echo "Compilation failed."
|
||||
echo "Make sure you unpacked all files in QB64's folder, preserving the directory structure and also that you have version 1.2 of QB64 to use InForm."
|
||||
echo "Make sure you unpacked all files in QB64's folder, preserving the directory structure and also that you have the latest version of QB64 to use InForm."
|
||||
fi
|
||||
else
|
||||
echo "Compilation failed."
|
||||
echo "Make sure you have version 1.2 of QB64 to use InForm."
|
||||
echo "Make sure you unpacked all files in QB64's folder, preserving the directory structure and also that you have the latest version of QB64 to use InForm."
|
||||
fi
|
||||
echo
|
||||
echo "Thank you for choosing InForm for QB64."
|
||||
echo "Thank you for choosing InForm for QB64."
|
||||
|
|
Loading…
Reference in a new issue