Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion build_tools/release_automation.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ def main(args=None):
license_line = legal.copyright
update_file(SASMODELS_PATH / 'LICENSE.txt', license_line, 0)
update_file(SASDATA_PATH / 'LICENSE.TXT', license_line, 0)
update_file(SASVIEW_PATH / 'installers' / 'license.txt', license_line, -1)

sasview_issues_list = args.sasview_list
sasmodels_issues_list = args.sasmodels_list
Expand Down
2 changes: 1 addition & 1 deletion installers/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ DefaultGroupName={#MyAppName}-{#MyAppVersion}
DisableProgramGroupPage=yes
DisableDirPage=no
UsedUserAreasWarning=no
LicenseFile=license.txt
LicenseFile=../LICENSE.TXT
ArchitecturesInstallIn64BitMode=x64
OutputBaseFilename=setupSasView
SetupIconFile=../src/sas/qtgui/images/ball.ico
Expand Down
21 changes: 0 additions & 21 deletions installers/license.txt

This file was deleted.

Loading