Skip to content

Commit

Permalink
Add resources to productbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
sdatkinson committed Jan 31, 2024
1 parent 2044860 commit 45b1267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NeuralAmpModeler/scripts/makeinstaller-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ XMLEND

TEMP_RESOURCES=$(mktemp -d)
cp ./installer/license.rtf ${TEMP_RESOURCES}
productbuild --distribution ${TARGET_DIR}/distribution.xml --package-path ${PKG_DIR} "${TARGET_DIR}/$OUTPUT_BASE_FILENAME"
productbuild --resources ${TEMP_RESOURCES} --distribution ${TARGET_DIR}/distribution.xml --package-path ${PKG_DIR} "${TARGET_DIR}/$OUTPUT_BASE_FILENAME"

rm ${TARGET_DIR}/distribution.xml
rm -r $PKG_DIR

0 comments on commit 45b1267

Please sign in to comment.