diff --git a/buildPy2exe.py b/buildPy2exe.py index e5f16de..22471b8 100644 --- a/buildPy2exe.py +++ b/buildPy2exe.py @@ -9,7 +9,7 @@ import sys import os import subprocess -p = "C:\\Program Files\\NSIS\\makensis.exe" #TODO: how to move that into proper place, huh +p = "C:\\Program Files (x86)\\NSIS\\makensis.exe" #TODO: how to move that into proper place, huh NSIS_COMPILE = p if os.path.isfile(p) else "makensis.exe" OUT_DIR = "syncplay v{}".format(syncplay.version) SETUP_SCRIPT_PATH = "syncplay_setup.nsi"