Skip to content

Commit fcbb36f

Browse files
committed
make inno setup not mandatory
resolves #1096
1 parent 61dfe06 commit fcbb36f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

make.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ def get_iscc_exe():
9191
if osp.isfile(exe):
9292
return exe
9393
else:
94-
raise RuntimeError(
95-
"Inno Setup 5 is not installed on this computer."
94+
#raise RuntimeError(
95+
print( "Inno Setup 5 is not installed on this computer."
9696
)
9797

9898

0 commit comments

Comments
 (0)