From 3f5e0f86db2c0952b7d3c37c5815d5fabc37b1f2 Mon Sep 17 00:00:00 2001 From: Fellippe Heitor Date: Tue, 29 Jun 2021 10:39:46 -0300 Subject: [PATCH] Update setup_inform_macos.command --- setup_inform_macos.command | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup_inform_macos.command b/setup_inform_macos.command index beee43b..70c152c 100644 --- a/setup_inform_macos.command +++ b/setup_inform_macos.command @@ -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." \ No newline at end of file +echo "Thank you for choosing InForm for QB64."