diff options
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/scripts/BuildApplication.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Mac/scripts/BuildApplication.py b/Mac/scripts/BuildApplication.py index 957bf6c..58499f6 100644 --- a/Mac/scripts/BuildApplication.py +++ b/Mac/scripts/BuildApplication.py @@ -73,10 +73,8 @@ def buildapplication(debug = 0): return if tf[-3:] == '.py': tf = tf[:-3] - logfile = tf[:-3] + '.log' else: tf = tf + '.app' - logfile = tf + '.log' dstfss, ok = macfs.StandardPutFile('Save application as:', tf) if not ok: |