From c5e20912ecbebbc54e4025bd4b044db15b215091 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 31 Aug 2013 22:33:45 +0200 Subject: [PATCH] Correct the Reboot requiremnet and bump verison --- binary/program32/AIORuntimes.exe | Bin 54440 -> 54440 bytes binary/system32/AIORuntimes.dll | Bin 48004 -> 48004 bytes build.sh | 8 ++++++-- code/go-runtime.aip | 5 +++-- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/binary/program32/AIORuntimes.exe b/binary/program32/AIORuntimes.exe index 17168fa34273a14b57845378f1516d05e009eecc..f03ad967ebe4f863f27a8ebc04a3ac9c3f75b80e 100755 GIT binary patch delta 22 ecmZ3nl6l2S<_R6lA`VIuyM38%*=@Xa?lJ&o-U;ad delta 22 ecmZ3nl6l2S<_R6ldz2L?cKb3lDs8-V?lJ&tT?zgG diff --git a/binary/system32/AIORuntimes.dll b/binary/system32/AIORuntimes.dll index 3cd1e184cb0f1b93346aa7d6b09fbc2eeca9192a..e0195ca2308faf16a1a5f84c6e2e6b677feeb080 100755 GIT binary patch delta 100 zcmZqq&eZaqX+j6Hkb~01ZeOPFMjLNw34(Z=*@gZxOY=G?1u=jDBZB~tmSA9L0C9oh mljX%knL)Ic}-H%}EaW@I$nd{SH=ME#WLUIYNj4;EGc delta 100 zcmZqq&eZaqX+j6{Ze_)Z-M&l?OE=!q5(M!!vkU!YmfoSP7{mYuj0^%mT7rS00mKE0 mPnH)GWd_maVxgQMF-9O{*gRFtn32(7^GR`i5cN}{dl3L&Zy3t} 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 @@ - + - + +