Skip to content

Commit

Permalink
Add script to automate building of windows installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Portnov committed Aug 18, 2016
1 parent ea5de0f commit 87e44dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build_windows.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

wine C:/Python27/python.exe C:/PyInstaller-3.2/pyinstaller.py palette_editor.spec
makensis colors.nsis

0 comments on commit 87e44dd

Please sign in to comment.