X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=build.gradle;h=a6a3cec3b3ee3c87d94875a9772d073faa3ded7c;hb=61f9c5bfc6e828a118a4b4368696c9396ffe2c85;hp=1e2c7197d1307468cb7498d66e0dd54eeb3bc70b;hpb=be154b062354f7a2c0fc5ea771a9da526d1ce4ee;p=jalview.git diff --git a/build.gradle b/build.gradle index 1e2c719..a6a3cec 100644 --- a/build.gradle +++ b/build.gradle @@ -1283,7 +1283,6 @@ task installers(type: com.install4j.gradle.Install4jTask) { install4jTemplateMd5 += filesMd5 install4jTemplateMd5 += "_${gitHash}" def install4jTemplateVersion = "${JALVIEW_VERSION}_${install4jTemplateMd5}" - def infoPlistFileAssociations = file("${install4jDir}/${install4j_info_plist_file_associations}").text variables = [ 'OSX_KEYSTORE': OSX_KEYSTORE, @@ -1306,7 +1305,7 @@ task installers(type: com.install4j.gradle.Install4jTask) { 'GETDOWN_DIST_DIR': getdown_app_dir, 'GETDOWN_ALT_DIR': getdown_app_dir_alt, 'GETDOWN_INSTALL_DIR': getdown_install_dir, - 'INFO_PLIST_FILE_ASSOCIATIONS': infoPlistFileAssociations + 'INFO_PLIST_FILE_ASSOCIATIONS_FILE': "${install4j_info_plist_file_associations}", ] destination = "${jalviewDir}/${install4j_build_dir}/${JAVA_VERSION}" buildSelected = true