From e3ef6d70734c0948ded7827a5c5ded28051873fa Mon Sep 17 00:00:00 2001 From: Bosmanfrx Date: Sat, 26 Jan 2013 23:42:13 +0100 Subject: [PATCH] Changed back the NSIS directory. --- buildPy2exe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"