From a5b19ba86cd10c5e5de0d0a0f64fb0441f6f54be Mon Sep 17 00:00:00 2001 From: Araq Date: Sun, 3 Sep 2017 16:26:02 +0200 Subject: moved winrelease to its own tool to fix #6147 --- tools/winrelease.nim | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tools/winrelease.nim (limited to 'tools/winrelease.nim') diff --git a/tools/winrelease.nim b/tools/winrelease.nim new file mode 100644 index 000000000..5a687cfaa --- /dev/null +++ b/tools/winrelease.nim @@ -0,0 +1,9 @@ +## This is a small helper program to build the Win release. +## This used to be part of koch (and it still uses koch as a library) +## but since 'koch.exe' cannot overwrite itself is now its own program. +## The problem is that 'koch.exe' too is part of the zip bundle and +## needs to have the right 32/64 bit version. (Bug #6147) + +import "../koch" + +winRelease() -- cgit 1.4.1-2-gfad0