We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4156b8c commit 1944ce4Copy full SHA for 1944ce4
mac_deploy.sh
@@ -18,7 +18,7 @@ echo -n 'Copying application bundle... '
18
mkdir "$APP"
19
cp -Rf "$BUNDLE" "$APP/"
20
strip "$APP/$BUNDLE/Contents/MacOS/$APP"
21
-cp COPYING "$APP/License.txt"
+cp LICENSES/GPL-3.0-or-later.txt "$APP/License.txt"
22
echo 'Done'
23
24
# Create ReadMe
windows/installer.nsi
@@ -70,7 +70,7 @@ Var StartMenuFolder
70
;Pages
71
72
!insertmacro MUI_PAGE_WELCOME
73
-!insertmacro MUI_PAGE_LICENSE "..\COPYING"
+!insertmacro MUI_PAGE_LICENSE "..\LICENSES\GPL-3.0-or-later.txt"
74
!insertmacro MUI_PAGE_DIRECTORY
75
!insertmacro MUI_PAGE_STARTMENU Application $StartMenuFolder
76
!insertmacro MUI_PAGE_INSTFILES
0 commit comments