Changeset ddf571d in sasview


Ignore:
Timestamp:
May 3, 2016 3:40:35 AM (8 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
5f6336f
Parents:
775d06f
git-author:
Piotr Rozyczko <piotr.rozyczko@…> (05/03/16 03:39:44)
git-committer:
Piotr Rozyczko <piotr.rozyczko@…> (05/03/16 03:40:35)
Message:

Copy precompiled models to user accessible location.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasview/installer_generator.py

    r50008e3 rddf571d  
    197197    msg += """Source: "dist\*";\tDestDir: "{app}";\t""" 
    198198    msg += """Flags: ignoreversion recursesubdirs createallsubdirs\n""" 
    199     msg += """Source: "dist\plugin_models\*";\tDestDir: "{userdesktop}\..\.sasview\plugin_models";\t"""  
     199    msg += """Source: "dist\plugin_models\*";\tDestDir: "{userdesktop}\..\.sasview\plugin_models";\t""" 
     200    msg += """Flags: recursesubdirs createallsubdirs\n"""  
     201    msg += """Source: "dist\models\*";\tDestDir: "{userdesktop}\..\.sasmodels\compiled_models";\t"""  
    200202    msg += """Flags: recursesubdirs createallsubdirs\n""" 
    201203    msg += """Source: "dist\config\custom_config.py";\tDestDir: "{userdesktop}\..\.sasview\config";\t"""  
Note: See TracChangeset for help on using the changeset viewer.