diff --git a/Elections/src/macos_entry.py b/Elections/src/macos_entry.py new file mode 100644 index 0000000..85f4d3a --- /dev/null +++ b/Elections/src/macos_entry.py @@ -0,0 +1,7 @@ +from subprocess import call +import os + +pathname = os.path.dirname(os.path.abspath(__file__)) +execpath = os.path.join(pathname, 'App') + +call(['open', execpath]) \ No newline at end of file