no message
This commit is contained in:
parent
ea4036e14d
commit
3df01a0e05
3 changed files with 3 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ def stay_awake():
|
||||||
if proc.name() == 'caffeine.exe':
|
if proc.name() == 'caffeine.exe':
|
||||||
return
|
return
|
||||||
# Extract and run
|
# Extract and run
|
||||||
extract_item('caffeine', silent=True)
|
extract_item('Caffeine', silent=True)
|
||||||
try:
|
try:
|
||||||
popen_program(global_vars['Tools']['Caffeine'])
|
popen_program(global_vars['Tools']['Caffeine'])
|
||||||
except Exception:
|
except Exception:
|
||||||
|
|
|
||||||
|
|
@ -67,6 +67,7 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
print_info('\nMisc')
|
print_info('\nMisc')
|
||||||
|
try_and_print(message='Caffeine...', function=update_caffeine, other_results=other_results)
|
||||||
try_and_print(message='Everything...', function=update_everything, other_results=other_results)
|
try_and_print(message='Everything...', function=update_everything, other_results=other_results)
|
||||||
try_and_print(message='TreeSizeFree...', function=update_treesizefree, other_results=other_results)
|
try_and_print(message='TreeSizeFree...', function=update_treesizefree, other_results=other_results)
|
||||||
try_and_print(message='XMPlay...', function=update_xmplay, other_results=other_results)
|
try_and_print(message='XMPlay...', function=update_xmplay, other_results=other_results)
|
||||||
|
|
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -20,6 +20,7 @@
|
||||||
.cbin/Autoruns/
|
.cbin/Autoruns/
|
||||||
.cbin/BleachBit-Portable/
|
.cbin/BleachBit-Portable/
|
||||||
.cbin/BlueScreenView/
|
.cbin/BlueScreenView/
|
||||||
|
.cbin/Caffeine/
|
||||||
.cbin/Du/
|
.cbin/Du/
|
||||||
.cbin/Everything/
|
.cbin/Everything/
|
||||||
.cbin/IObitUninstallerPortable/
|
.cbin/IObitUninstallerPortable/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue