Changeset 4749 for install


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

fine-tune Mac installer for 11.0

Location:
install
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • install/g2full/g2postinstall.sh

    r4748 r4749  
    2828fi
    2929echo "GSAS-II bootstrap completed"
     30echo "*** Viewing GSAS-II app in Finder; you may wish to drag it to the dock.***"
  • install/setversion.py

    r4713 r4749  
    3434    if line.startswith('Rev'):
    3535        version = line.split()[1].strip()
    36         print ('Version is {}'.format(out))
    3736        break
    3837else:
     
    5958                'g2complete/bld.bat',
    6059                'g2full/construct.yaml',
     60                'g2full/g2postinstall.bat',
     61                'g2full/g2postinstall.sh',
    6162                ):
    6263    try:
Note: See TracChangeset for help on using the changeset viewer.