- Timestamp:
- Jan 8, 2021 3:34:01 PM (2 years ago)
- Location:
- install
- Files:
-
- 1 added
- 2 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:
Note: See TracChangeset
for help on using the changeset viewer.