änderungen für mac
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/Users/marcush/projects/vpn/.venv/bin/python3
|
||||
import sys
|
||||
from vpn_slice.__main__ import main
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = sys.argv[0].removesuffix('.exe')
|
||||
sys.exit(main())
|
||||
Reference in New Issue
Block a user