From 87e44dda9a7f0b28bf2a4be375058712b8e90803 Mon Sep 17 00:00:00 2001 From: Ilya Portnov Date: Thu, 18 Aug 2016 21:47:21 +0500 Subject: [PATCH] Add script to automate building of windows installer. --- build_windows.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build_windows.sh diff --git a/build_windows.sh b/build_windows.sh new file mode 100644 index 0000000..07bff32 --- /dev/null +++ b/build_windows.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +wine C:/Python27/python.exe C:/PyInstaller-3.2/pyinstaller.py palette_editor.spec +makensis colors.nsis