Changeset a64f8f4 in sasview
- Timestamp:
- Dec 15, 2017 4:23:32 AM (7 years ago)
- Branches:
- master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- a0f4768
- Parents:
- 5bb05a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
installers/installer_generator.py
r460d3a1 ra64f8f4 25 25 AppSupportURL = local_config._homepage 26 26 AppUpdatesURL = local_config._homepage 27 ArchitecturesInstallIn64BitMode = 'x64' 27 28 ChangesEnvironment = 'true' 28 29 DefaultDirName = os.path.join("{pf}" , AppName+Dev) … … 343 344 TEMPLATE += "AppSupportURL=%s\n" % str(AppSupportURL) 344 345 TEMPLATE += "AppUpdatesURL=%s \n" % str(AppUpdatesURL) 346 TEMPLATE += "ArchitecturesInstallIn64BitMode=%s \n" % str(ArchitecturesInstallIn64BitMode) 345 347 TEMPLATE += "ChangesEnvironment=%s \n" % str(ChangesEnvironment) 346 348 TEMPLATE += "DefaultDirName=%s\n" % str(DefaultDirName)
Note: See TracChangeset
for help on using the changeset viewer.