Skip to content

Commit 6d07f54

Browse files
committed
correct bad error message
1 parent b2f5be4 commit 6d07f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def get_iscc_exe():
7171
if osp.isfile(exe):
7272
return exe
7373
else:
74-
raise RuntimeError("NSIS is not installed on this computer.")
74+
raise RuntimeError("Inno Setup 5 is not installed on this computer.")
7575

7676
ISCC_EXE = get_iscc_exe() # Inno Setup Compiler (iscc.exe)
7777

0 commit comments

Comments
 (0)