Skip to content

Commit b3b7ea4

Browse files
committed
Put exe in console mode in order to have help windows
1 parent 01194fe commit b3b7ea4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

erroraction_config/setup_erroraction_config.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
version='0.2',
2424
description='smartmontools-win alert GUI',
2525
author='Orsiris de Jong',
26-
#console=[APP_NAME + ".py"],
27-
windows = [{'script': APP_NAME + ".py",
28-
'icon_resources': [(1, APP_NAME + ".ico")],
29-
'uac_info': "requireAdministrator",
30-
}],
26+
#windows = [{'script': APP_NAME + ".py",
27+
# 'icon_resources': [(1, APP_NAME + ".ico")],
28+
# 'uac_info': "requireAdministrator",
29+
# }],
30+
console=[APP_NAME + ".py"],
3131

3232
zipfile = "shared.lib",
3333
data_files=[("", [APP_NAME + ".ui"])],

0 commit comments

Comments
 (0)