diff --git a/binary/program32/AIORuntimes.exe b/binary/program32/AIORuntimes.exe index 17168fa..f03ad96 100755 Binary files a/binary/program32/AIORuntimes.exe and b/binary/program32/AIORuntimes.exe differ diff --git a/binary/system32/AIORuntimes.dll b/binary/system32/AIORuntimes.dll index 3cd1e18..e0195ca 100755 Binary files a/binary/system32/AIORuntimes.dll and b/binary/system32/AIORuntimes.dll differ diff --git a/build.sh b/build.sh index 23f96bd..53b74c8 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/bin/sh -VERSION="1.1.0.0" +VERSION="1.1.0.1" KELSRUN="8.6.2" LEGACYRUN="1_0_0" RICKRUN="2_2_2" @@ -630,7 +630,7 @@ rm $PWD/*.{o,rc,res} # Build the MSI # ============================================================================================= rm $PWD/*.aip -cp $PWD/code/go-runtime.aip $PWD/go-runtime.aip +cp -vf $PWD/code/go-runtime.aip $PWD/go-runtime.aip OLDPATH=$PATH export PATH=$ADVINSTPATH:$PATH @@ -640,6 +640,10 @@ echo "$(cygpath -pw "$PWD/go-runtime.aip")" AdvancedInstaller.com /edit "$(cygpath -pw "$PWD/go-runtime.aip")" /SetVersion $VERSION +# copy after verison change this will correct the update for the next release +# advinst will create a new msiid that will be updated from releas to release +cp -vf $PWD/go-runtime.aip $PWD/code/go-runtime.aip + for i in $PWD/binary/system16/* do echo "$(cygpath -pw "$i")" diff --git a/code/go-runtime.aip b/code/go-runtime.aip index 52dcd98..6a3f2ef 100755 --- a/code/go-runtime.aip +++ b/code/go-runtime.aip @@ -5,10 +5,11 @@ - + - + +