Changeset 44753d6 in sasview for installers/sasview_qt5_osx.spec


Ignore:
Timestamp:
Jun 22, 2018 3:17:01 AM (6 years ago)
Author:
wojciech
Branches:
ESS_GUI, 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
Children:
c5e0d84
Parents:
efba188
Message:

Fixing osx spec file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • installers/sasview_qt5_osx.spec

    r4ac377c r44753d6  
    185185 
    186186if platform.system() == 'Darwin': 
    187     app = BUNDLE(exe, 
    188         name='SasView.app', 
     187    app = BUNDLE(coll, 
     188        name='sasview.app', 
    189189        icon='../src/sas/sasview/images/ball.ico', 
    190190        bundle_identifier=None) 
Note: See TracChangeset for help on using the changeset viewer.