Changeset 4749
- Timestamp:
- Jan 8, 2021 3:34:01 PM (2 years ago)
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2full/g2postinstall.sh
r4748 r4749 28 28 fi 29 29 echo "GSAS-II bootstrap completed" 30 echo "*** Viewing GSAS-II app in Finder; you may wish to drag it to the dock.***" -
install/setversion.py
r4713 r4749 34 34 if line.startswith('Rev'): 35 35 version = line.split()[1].strip() 36 print ('Version is {}'.format(out))37 36 break 38 37 else: … … 59 58 'g2complete/bld.bat', 60 59 'g2full/construct.yaml', 60 'g2full/g2postinstall.bat', 61 'g2full/g2postinstall.sh', 61 62 ): 62 63 try: -
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.