From 6333ce531d98af2afaee6ca75c7d1aea5738d18f Mon Sep 17 00:00:00 2001 From: Jordan ERNST Date: Thu, 7 Feb 2019 18:04:48 +0100 Subject: [PATCH] created build.sh to build x86 and x64 --- build.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..0fcae3d --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +#!/usr/bin/bash +pynsist installer-x86.cfg +pynsist installer-x64.cfg