diff --git a/build.xml b/build.xml index 9a355d184..b613cfc3d 100644 --- a/build.xml +++ b/build.xml @@ -22,6 +22,9 @@ + + + diff --git a/build_common.xml b/build_common.xml index 531f463b4..f3e48a6c7 100644 --- a/build_common.xml +++ b/build_common.xml @@ -183,16 +183,45 @@ - + - - - #!/bin/bash cd "$(dirname "$${BASH_SOURCE[0]}")" cd ../Resources ./ffdec.sh - - + + + #!/bin/bash cd "$(dirname "$${BASH_SOURCE[0]}")" cd ../Resources ./ffdec.sh + + + + + + CFBundleDisplayName + ${PRODUCTNAME} + CFBundleExecutable + FFDec + CFBundleIconFile + Icon.icns + CFBundleIdentifier + ${MACBUNDLE} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + FFDec + CFBundlePackageType + APPL + CFBundleShortVersionString + ${VERSION}${VERSIONSUFFIX} + CFBundleVersion + ${VERSION}${VERSIONSUFFIX} + LSApplicationCategoryType + ${MACCATEGORYTYPE} + +]]> + + + + - + @@ -290,7 +319,7 @@ - + @@ -370,6 +399,10 @@ + + + + diff --git a/installer.nsi b/installer.nsi index 050bcc4f8..65e3da848 100644 --- a/installer.nsi +++ b/installer.nsi @@ -688,6 +688,7 @@ Section "FFDec" SecDummy File "dist\${APP_EXENAME}" File "dist\ffdec.bat" File "dist\ffdec.jar" + File "dist\icon.ico" File "dist\license.txt" SetOutPath "$INSTDIR" diff --git a/resources/Icon.icns b/resources/Icon.icns new file mode 100644 index 000000000..a957db0fb Binary files /dev/null and b/resources/Icon.icns differ diff --git a/resources/icon.ico b/resources/icon.ico new file mode 100644 index 000000000..3e4088949 Binary files /dev/null and b/resources/icon.ico differ