mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 22:51:39 +00:00
Moved run templates from root folder to cocoa/qt subfolders.
--HG-- rename : run_template_cocoa.py => cocoa/run_template.py rename : run_template_qt.py => qt/run_template.py
This commit is contained in:
10
cocoa/run_template.py
Normal file
10
cocoa/run_template.py
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
import os
|
||||
|
||||
def main():
|
||||
return os.system('open "{{app_path}}"')
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.exit(main())
|
||||
Reference in New Issue
Block a user