Changeset 4bddb9ca in sasview for installers
- Timestamp:
- Aug 6, 2018 4:15:47 AM (7 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- bc8750eb, c0de493
- Parents:
- a688be1 (diff), 97df8a9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
installers/sasview_qt5_osx.spec
r46f59ba ra688be1 44 44 # ADDITIONAL DATA ############################################################ 45 45 datas = [('../src/sas/sasview/images', 'images')] 46 47 datas = [('../src/sas/sasview/images/ball.ico', '.')]48 49 46 datas.append(('../src/sas/sasview/media','media')) 50 47 datas.append(('../src/sas/sasview/test','test')) … … 173 170 debug=False, 174 171 upx=UPX, 175 icon=os.path.join("../src/sas/sasview/images","ball.ic o"),172 icon=os.path.join("../src/sas/sasview/images","ball.icns"), 176 173 version="version.txt", 177 174 console=False ) … … 189 186 app = BUNDLE(coll, 190 187 name='sasview.app', 191 icon='../src/sas/sasview/images/ball.ic o',188 icon='../src/sas/sasview/images/ball.icns', 192 189 bundle_identifier=None) 193 190
Note: See TracChangeset
for help on using the changeset viewer.