diff --git a/bin/jlab.bat b/bin/jlab.bat index f8af23a..a2352c5 100644 --- a/bin/jlab.bat +++ b/bin/jlab.bat @@ -37,7 +37,7 @@ IF DEFINED JL_EXE ( type "%TEMP%\jugglinglab_out.txt" del "%TEMP%\jugglinglab_out.txt" ) ELSE ( - ECHO "Juggling Lab.exe" not found in same directory as this script. + ECHO "Juggling Lab.exe" not found on this computer. ) SET "JL_EXE=" diff --git a/build.xml b/build.xml index af94e1f..3676e29 100644 --- a/build.xml +++ b/build.xml @@ -10,7 +10,7 @@ - + @@ -29,7 +29,7 @@ + excludes="gifwriter/*,resources/*,jugglinglab/notation/*.jj"> @@ -68,12 +68,12 @@ - + - + + classpath="${packaging_resources}:${javafx_ant_jar.mac}" /> @@ -89,10 +89,10 @@ - + + classpath="${packaging_resources}:${javafx_ant_jar.mac}" /> @@ -114,7 +114,26 @@ https://docs.oracle.com/javase/8/docs/technotes/guides/deploy/javafx_ant_task_reference.html --> - + + + + + + + + + + + + + + + + + + @@ -122,10 +141,13 @@ - + + + + diff --git a/source/resources/package/windows/Juggling Lab.iss b/source/resources/package/windows/Juggling Lab.iss index 266ea81..e7e878e 100644 --- a/source/resources/package/windows/Juggling Lab.iss +++ b/source/resources/package/windows/Juggling Lab.iss @@ -2,8 +2,8 @@ ;I.e. current directory will contain folder Juggling Lab with application files #define MyAppName "Juggling Lab" -#define MyAppVersion "1.2.1" -#define MyAppYear "2019" +#define MyAppVersion "1.3" +#define MyAppYear "2020" #define MyAppExeName "Juggling Lab.exe" #define MyAppIconsName "Juggling Lab.ico" #define MyWizardImageFileName "Juggling Lab-setup-icon.bmp"