We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f5be4 commit 6d07f54Copy full SHA for 6d07f54
make.py
@@ -71,7 +71,7 @@ def get_iscc_exe():
71
if osp.isfile(exe):
72
return exe
73
else:
74
- raise RuntimeError("NSIS is not installed on this computer.")
+ raise RuntimeError("Inno Setup 5 is not installed on this computer.")
75
76
ISCC_EXE = get_iscc_exe() # Inno Setup Compiler (iscc.exe)
77
0 commit comments