Changeset 4759 for install


Ignore:
Timestamp:
Jan 10, 2021 5:12:01 PM (2 years ago)
Author:
toby
Message:

wx4.1 & mpl3.3 fixes

Location:
install
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • install/g2full/g2postinstall.sh.template

    r4749 r4759  
    2727fi
    2828echo "GSAS-II installer, version **Version** completed"
    29 echo "*** Viewing GSAS-II app in Finder; you may wish to drag it to the dock.***"
     29#MACOnly# echo "*** Viewing GSAS-II app in Finder; you may wish to drag it to the dock.***"
  • install/setversion.py

    r4749 r4759  
    8080    out = out.replace('**wxversion**',wxversion)
    8181    out = out.replace('**mplversion**',mplversion)
     82    if sys.platform == "darwin": out.replace('#MACOnly#','')
    8283    print('Creating',fil)
    8384    fp = open(fil,'w')
Note: See TracChangeset for help on using the changeset viewer.