8000 make inno setup not mandatory · Sadies480/winpython@fcbb36f · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fcbb36f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)
0