Index: scripts/makepkg.bat =================================================================== diff -u -N -reda638671c5ec9b515818d9e132168c76c261faf -r5425930e8d7f6d91a186676358c76c67d481d836 --- scripts/makepkg.bat (.../makepkg.bat) (revision eda638671c5ec9b515818d9e132168c76c261faf) +++ scripts/makepkg.bat (.../makepkg.bat) (revision 5425930e8d7f6d91a186676358c76c67d481d836) @@ -86,12 +86,6 @@ goto cleanup ) -if not exist ..\bin\chsetup32.exe ( - echo Cannot find the created setup file. - goto cleanup -) - -copy ..\bin\chsetup32.exe %OutputDir%\chsetup32.exe cd .. rem --------------------------------------------------- @@ -132,13 +126,6 @@ goto cleanup ) -if not exist ..\bin\chsetup64.exe ( - echo Cannot find the created setup file. - goto cleanup -) - -copy ..\bin\chsetup64.exe %OutputDir%\chsetup64.exe - :cleanup echo Cleaning up the temporary files... cd %tmp% Index: scripts/setup.iss =================================================================== diff -u -N -r6aeba0adc6c1b1bd2dcd6dea2ad2306426210ead -r5425930e8d7f6d91a186676358c76c67d481d836 --- scripts/setup.iss (.../setup.iss) (revision 6aeba0adc6c1b1bd2dcd6dea2ad2306426210ead) +++ scripts/setup.iss (.../setup.iss) (revision 5425930e8d7f6d91a186676358c76c67d481d836) @@ -44,7 +44,7 @@ DefaultGroupName={#MyAppName} AllowNoIcons=true LicenseFile=..\License.txt -OutputDir=..\bin +OutputDir=.\ OutputBaseFilename={#InstallerFilename} Compression=lzma/ultra SolidCompression=true Index: src/common/version.h =================================================================== diff -u -N -r6aeba0adc6c1b1bd2dcd6dea2ad2306426210ead -r5425930e8d7f6d91a186676358c76c67d481d836 --- src/common/version.h (.../version.h) (revision 6aeba0adc6c1b1bd2dcd6dea2ad2306426210ead) +++ src/common/version.h (.../version.h) (revision 5425930e8d7f6d91a186676358c76c67d481d836) @@ -9,10 +9,10 @@ // Version of program #define PRODUCT_VERSION1 1 #define PRODUCT_VERSION2 30 -#define PRODUCT_VERSION3 113 +#define PRODUCT_VERSION3 114 #define PRODUCT_VERSION4 0 -#define PRODUCT_VERSION "1.30beta-svn113" +#define PRODUCT_VERSION "1.30beta-svn114" // Full product information (concatenation of the three above informations) #if SETUP_COMPILER != 1