witten
/
luminotes
Archived
1
0
Fork 0

Fixing typos (lack of colons).

This commit is contained in:
Dan Helfman 2008-08-25 16:07:57 -07:00
parent c241cd52da
commit 936dd4d5ce
1 changed files with 2 additions and 2 deletions

View File

@ -100,9 +100,9 @@ class InnoScript:
print >> ofi, r"[Files]"
for path in self.windows_exe_files + self.lib_files:
if path.endswith( "luminotes.exe" )
if path.endswith( "luminotes.exe" ):
extra = "; BeforeInstall: stop_exe()"
elif path.endswith( "luminotes.db" )
elif path.endswith( "luminotes.db" ):
extra = " onlyifdoesntexist"
else:
extra = ""