diff options
author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:30:51 +0000 |
---|---|---|
committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:30:51 +0000 |
commit | cfb57e04c02a22d9d5f745687e331dec991f2c1a (patch) | |
tree | c1da424ebeb9d6de116c6dad1d152230190afca7 /pdf-over-gui/src/main/resources/scripts | |
parent | 3babd354fb6d14bf81b5a2abdd4fca56ca2ea1dc (diff) | |
download | pdf-over-cfb57e04c02a22d9d5f745687e331dec991f2c1a.tar.gz pdf-over-cfb57e04c02a22d9d5f745687e331dec991f2c1a.tar.bz2 pdf-over-cfb57e04c02a22d9d5f745687e331dec991f2c1a.zip |
Add icon to mac app
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@358 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pdf-over-gui/src/main/resources/scripts')
-rw-r--r-- | pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh b/pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh index 76d860cf..5597e888 100644 --- a/pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh +++ b/pdf-over-gui/src/main/resources/scripts/postinstall_mac.sh @@ -5,3 +5,4 @@ cd "$BASEDIR" chmod a+x pdf-over_mac.sh cd .. osacompile -e "do shell script \"$BASEDIR/pdf-over_mac.sh\"" -x -o PDF-Over.app +cp -f icons/icon.icns PDF-Over.app/Contents/Resources/applet.icns |