Fix typo
This commit is contained in:
parent
67baee6287
commit
df40ce3646
|
@ -361,7 +361,7 @@ def add_ui(db):
|
|||
# See "Custom Action Type 1"
|
||||
if msilib.Win64:
|
||||
CheckDir = "CheckDir"
|
||||
UpdateEditIdle = "UpdateEditIDLE"
|
||||
UpdateEditIDLE = "UpdateEditIDLE"
|
||||
else:
|
||||
CheckDir = "_CheckDir@4"
|
||||
UpdateEditIDLE = "_UpdateEditIDLE@4"
|
||||
|
|
Loading…
Reference in New Issue