- Timestamp:
- Jan 8, 2021 3:34:01 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/makeMacApp.py
r4736 r4749 110 110 TestFilePresent(python) 111 111 tell application "Terminal" 112 activate113 112 do script env & python & " " & appwithpath & "; exit" 114 113 end tell … … 227 226 osascript = ''' 228 227 tell application "Script Editor" 229 activate230 228 set MyName to open "{}" 231 229 save MyName
Note: See TracChangeset
for help on using the changeset viewer.