@@ -114,10 +114,10 @@ build_app() {
114114
115115 # Add Qt deployment deps and codesign the app for App Store submission
116116 macdeployqt " ${build_path} _storesign/${target_name} .app" -verbose=2 -always-overwrite -hardened-runtime -timestamp -appstore-compliant -sign-for-notarization=" ${macapp_cert_name} "
117-
117+
118118 # Create pkg installer and sign for App Store submission
119- productbuild --sign " ${macinst_cert_name} " --keychain build.keychain --component " ${build_path} _storesign/${target_name} .app" /Applications " ${build_path} /Jamulus_${JAMULUS_BUILD_VERSION} .pkg"
120-
119+ productbuild --sign " ${macinst_cert_name} " --keychain build.keychain --component " ${build_path} _storesign/${target_name} .app" /Applications " ${build_path} /Jamulus_${JAMULUS_BUILD_VERSION} .pkg"
120+
121121 # move created pkg file to prep for download
122122 mv " ${build_path} /Jamulus_${JAMULUS_BUILD_VERSION} .pkg" " ${deploy_path} "
123123 fi
@@ -154,18 +154,18 @@ build_installer_image() {
154154 # Build installer image
155155
156156 create-dmg \
157- --volname " ${client_target_name} Installer" \
158- --background " ${resources_path} /installerbackground.png" \
159- --window-pos 200 400 \
160- --window-size 900 320 \
161- --app-drop-link 820 210 \
162- --text-size 12 \
163- --icon-size 72 \
164- --icon " ${client_target_name} .app" 630 210 \
165- --icon " ${server_target_name} .app" 530 210 \
166- --eula " ${root_path} /COPYING" \
167- " ${deploy_path} /${client_target_name} -${JAMULUS_BUILD_VERSION} -installer-mac.dmg" \
168- " ${deploy_path} /"
157+ --volname " ${client_target_name} Installer" \
158+ --background " ${resources_path} /installerbackground.png" \
159+ --window-pos 200 400 \
160+ --window-size 900 320 \
161+ --app-drop-link 820 210 \
162+ --text-size 12 \
163+ --icon-size 72 \
164+ --icon " ${client_target_name} .app" 630 210 \
165+ --icon " ${server_target_name} .app" 530 210 \
166+ --eula " ${root_path} /COPYING" \
167+ " ${deploy_path} /${client_target_name} -${JAMULUS_BUILD_VERSION} -installer-mac.dmg" \
168+ " ${deploy_path} /"
169169}
170170
171171brew_install_pinned () {
0 commit comments