Changeset 5414


Ignore:
Timestamp:
Nov 28, 2022 6:08:48 PM (4 months ago)
Author:
toby
Message:

minor windows install fixes

Location:
install/g2full
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • install/g2full/construct.yaml.template

    r5413 r5414  
    3939welcome_image: gsas2-welcome.png
    4040icon_image: gsas2.png
     41
     42keep_pkgs: False
     43installer_type: pkg                     [osx]
     44register_python_default: False
     45register_python: False
     46initialize_conda: False
     47initialize_by_default: False
  • install/g2full/g2postinstall.bat.template

    r4768 r5414  
    77echo python %PREFIX%\GSASII\bootstrap.py >> "%PREFIX%\start_G2_bootstrap.bat"
    88REM constructor fixups: missing empty directories & changed binary files =======
    9 REM mkdir -p $PREFIX/GSASII/.svn/tmp
    10 %PREFIX%\bin\svn revert -R %PREFIX%\GSASII\bindist
     9mkdir $PREFIX/GSASII/.svn/tmp
     10%PREFIX%\GSASII\SVN\svn.exe revert -R %PREFIX%\GSASII\bindist
    1111
    1212REM update the GSAS-II package if possible, create shortcuts & byte-compile...
Note: See TracChangeset for help on using the changeset viewer.