From ddc1fda8a6d5649eabb8b14c93546598060d906b Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sun, 26 Jun 2011 13:52:09 +0200 Subject: [PATCH] correct install --- CLIENT_DATA/setup32.ins | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index 262679b..ae8d865 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -81,7 +81,7 @@ endif ; Choose one of the following examples as basis for your installation ; You can use $LicenseKey$ var to pass a license key to the installer ; -"%ScriptPath%\X86FILE" /S /L=1031 +"%ScriptPath%\X86FILE" /S [Files_install] ; Example of recursively copying some files into the installation directory: diff --git a/build.sh b/build.sh index fcd43d2..b959eb1 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh PN="speccy" VERSION="1.11.256" -RELEASE="1" +RELEASE="2" PRIORITY="0" ADVICE="" TYPE="public"