diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index 0162b52..303cd82 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -93,7 +93,7 @@ msiexec /i "%ScriptPath%\X86FILE" /l* "$LogDir$\$ProductId$.install_log.txt" /qb [Files_install] ; Example of recursively copying some files into the installation directory: ; -; copy -s "%ScriptPath%\files\*.*" "$InstallDir$" +copy -s "%ScriptPath%\files\*.*" "$InstallDir$\SoftMaker\Settings\" [Patches_install] set [Ignore] OEMRegisterSkip=-1 diff --git a/build.sh b/build.sh index 0c71410..827f9ed 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh PN="tmviewer" VERSION="2010" -RELEASE="7" +RELEASE="8" PRIORITY="0" ADVICE="" TYPE="restrict"