aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2016-01-20 11:37:50 +0100
committerEike Ziller <eike.ziller@theqtcompany.com>2016-01-20 10:53:16 +0000
commit51f5b1e01b602ea1b524378e796dbe291ea976fb (patch)
tree0380c14bf6af2fbbaa24afcfa98183e5a662c509 /scripts
parentdcba1b3c3658ae0b04a70959b9c4f3031d515fd5 (diff)
License change: Update makedmg.sh script
Change-Id: I9068e57370a21d4567673ab8e3e4efb78a8561cb Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/makedmg.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/makedmg.sh b/scripts/makedmg.sh
index bea8b1170b..befdf42e88 100755
--- a/scripts/makedmg.sh
+++ b/scripts/makedmg.sh
@@ -35,8 +35,7 @@ title="Qt Creator"
echo Preparing image artifacts...
cp -a "${sourceFolder}/" "${intermediateFolder}"
ln -s /Applications "${intermediateFolder}"
-cp "$(dirname "${BASH_SOURCE[0]}")/../LICENSE.LGPLv21" "${intermediateFolder}/LICENSE_LGPLv21.txt"
-cp "$(dirname "${BASH_SOURCE[0]}")/../LICENSE.LGPLv3" "${intermediateFolder}/LICENSE_LGPLv3.txt"
+cp "$(dirname "${BASH_SOURCE[0]}")/../LICENSE.GPL3-EXCEPT" "${intermediateFolder}/LICENSE.GPL3-EXCEPT.txt"
echo Creating image...
hdiutil create -srcfolder "${intermediateFolder}" -volname "${title}" -format UDBZ "${finalDMGName}" -ov -scrub -size 1g -verbose
# make sure that the image is umounted etc