Changeset 5414
- Timestamp:
- Nov 28, 2022 6:08:48 PM (4 months ago)
- Location:
- install/g2full
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2full/construct.yaml.template
r5413 r5414 39 39 welcome_image: gsas2-welcome.png 40 40 icon_image: gsas2.png 41 42 keep_pkgs: False 43 installer_type: pkg [osx] 44 register_python_default: False 45 register_python: False 46 initialize_conda: False 47 initialize_by_default: False -
install/g2full/g2postinstall.bat.template
r4768 r5414 7 7 echo python %PREFIX%\GSASII\bootstrap.py >> "%PREFIX%\start_G2_bootstrap.bat" 8 8 REM constructor fixups: missing empty directories & changed binary files ======= 9 REM mkdir -p$PREFIX/GSASII/.svn/tmp10 %PREFIX%\ bin\svnrevert -R %PREFIX%\GSASII\bindist9 mkdir $PREFIX/GSASII/.svn/tmp 10 %PREFIX%\GSASII\SVN\svn.exe revert -R %PREFIX%\GSASII\bindist 11 11 12 12 REM update the GSAS-II package if possible, create shortcuts & byte-compile...
Note: See TracChangeset
for help on using the changeset viewer.