Changed back the NSIS directory.
This commit is contained in:
parent
771d9e5464
commit
e3ef6d7073
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user