We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61dfe06 commit fcbb36fCopy full SHA for fcbb36f
1 file changed
make.py
@@ -91,8 +91,8 @@ def get_iscc_exe():
91
if osp.isfile(exe):
92
return exe
93
else:
94
- raise RuntimeError(
95
- "Inno Setup 5 is not installed on this computer."
+ #raise RuntimeError(
+ print( "Inno Setup 5 is not installed on this computer."
96
)
97
98
0 commit comments