diff options
| -rw-r--r-- | scripts/make_release.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/make_release.py b/scripts/make_release.py index 1dc9a798..6dce1cac 100644 --- a/scripts/make_release.py +++ b/scripts/make_release.py @@ -1,7 +1,4 @@ -import shutil, os, re, sys, zipfile -match = re.search('(.*)/', sys.argv[0]) -if match != None: - os.chdir(match.group(1)) +import shutil, os, sys, zipfile #valid_platforms = ["win32", "linux86", "linux86_64", "src"] |