Changed back the NSIS directory.

This commit is contained in:
Bosmanfrx 2013-01-26 23:42:13 +01:00
parent 771d9e5464
commit e3ef6d7073

View File

@ -9,7 +9,7 @@ import sys
import os import os
import subprocess 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" NSIS_COMPILE = p if os.path.isfile(p) else "makensis.exe"
OUT_DIR = "syncplay v{}".format(syncplay.version) OUT_DIR = "syncplay v{}".format(syncplay.version)
SETUP_SCRIPT_PATH = "syncplay_setup.nsi" SETUP_SCRIPT_PATH = "syncplay_setup.nsi"