8000 Merge pull request #1098 from stonebig/master · Sadies480/winpython@89f3534 · GitHub
[go: up one dir, main page]

Skip to content

Commit 89f3534

Browse files
authored
Merge pull request winpython#1098 from stonebig/master
make inno setup not mandatory
2 parents 297adbd + fcbb36f commit 89f3534

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