Skip to content

Commit 1944ce4

Browse files
committed
Update license location for installers
1 parent 4156b8c commit 1944ce4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mac_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ echo -n 'Copying application bundle... '
1818
mkdir "$APP"
1919
cp -Rf "$BUNDLE" "$APP/"
2020
strip "$APP/$BUNDLE/Contents/MacOS/$APP"
21-
cp COPYING "$APP/License.txt"
21+
cp LICENSES/GPL-3.0-or-later.txt "$APP/License.txt"
2222
echo 'Done'
2323

2424
# Create ReadMe

windows/installer.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Var StartMenuFolder
7070
;Pages
7171

7272
!insertmacro MUI_PAGE_WELCOME
73-
!insertmacro MUI_PAGE_LICENSE "..\COPYING"
73+
!insertmacro MUI_PAGE_LICENSE "..\LICENSES\GPL-3.0-or-later.txt"
7474
!insertmacro MUI_PAGE_DIRECTORY
7575
!insertmacro MUI_PAGE_STARTMENU Application $StartMenuFolder
7676
!insertmacro MUI_PAGE_INSTFILES

0 commit comments

Comments
 (0)