Commit graph

5 commits

Author SHA1 Message Date
dolphin6k
18850108ec Remove existing package before building. 2022-05-22 09:01:29 +09:00
dolphin6k
58dfe9cbae compile.sh to use -D option for iscc.exe to specify the target architecture. 2021-10-22 22:50:55 +09:00
dolphin6k
174e500889 Further tweek for windows installer's behavior.
* 64-bit installer to do installation only in 64-bit architecture.
* 32-bit installer to install files in 'Program Files (x86)' on 64-bit architecture.
* Require to uninstall old x86 mode installation only for 64-bit installer on 64-bit architecture.
* compile.sh builds installer and portable zip archive for the environment the shell is running on.
* Added tuxpaint-i686.iss and tuxpaint-x86_64.iss which just define 'BuildTarget' and include tuxpaint.iss.
2021-10-22 17:24:19 +09:00
dolphin6k
195b0efc89 Updated Windows installer
* Updated to Inno Setup 6
* Updated translation files for the installer
* 64-bit version now to be installed in the standard "Program Files" folder instead of "Program Files (x86)" as before
  Current 64bit users are recommended to uninstall previous version of TuxPaint before updating to 0.9.27.
* Disabled start menu shortcut to outdated translations for readme.html.
* Added language specification to start menu shorcuts for which translation is supported both for the web site and installer.
2021-10-21 11:31:15 +09:00
dolphin6k
641aa348ec Added shell script to build windows installer and portable zip archive. 2021-10-15 22:54:04 +09:00