- Timestamp:
- Jan 10, 2021 5:12:01 PM (2 years ago)
- Location:
- install
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2full/g2postinstall.sh.template
r4749 r4759 27 27 fi 28 28 echo "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 80 80 out = out.replace('**wxversion**',wxversion) 81 81 out = out.replace('**mplversion**',mplversion) 82 if sys.platform == "darwin": out.replace('#MACOnly#','') 82 83 print('Creating',fil) 83 84 fp = open(fil,'w')
Note: See TracChangeset
for help on using the changeset viewer.