make package tweaks

This commit is contained in:
Dagen Brock 2017-01-23 14:45:27 -06:00
parent 1d674f255f
commit 30c35d4474
2 changed files with 5 additions and 4 deletions

View File

@ -96,6 +96,7 @@ package-osx:
- osx
stage: package
script:
- 'echo "\n\n# CI_BUILD_ID: $CI_BUILD_ID" > doc/README.txt'
- chmod +x make_dist_mac.sh
- ./make_dist_mac.sh
- chmod +x make_dmg_mac.sh

View File

@ -13,10 +13,10 @@ test -f GSplus-Install.dmg && rm GSplus-Install.dmg
--icon GSplus.app 180 130 \
--hide-extension GSplus.app \
--app-drop-link 410 130 \
--icon README.txt 80 330 \
--icon gsplusmanual.pdf 220 330 \
--icon gsplusmanual.txt 360 330 \
--icon COPYING.txt 500 330 \
--icon README.txt 105 330 \
--icon gsplusmanual.pdf 225 330 \
--icon gsplusmanual.txt 365 330 \
--icon COPYING.txt 495 330 \
GSplus-Install.dmg \
../gsplus-osx/
cp GSplus-Install.dmg ..