Changeset 4749 for trunk


Ignore:
Timestamp:
Jan 8, 2021 3:34:01 PM (2 years ago)
Author:
toby
Message:

fine-tune Mac installer for 11.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makeMacApp.py

    r4736 r4749  
    110110        TestFilePresent(python)
    111111        tell application "Terminal"
    112                 activate
    113112                do script env & python & " " & appwithpath & "; exit"
    114113        end tell
     
    227226    osascript = '''
    228227    tell application "Script Editor"
    229        activate
    230228       set MyName to open "{}"
    231229       save MyName
Note: See TracChangeset for help on using the changeset viewer.