We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e151f commit d0f7498Copy full SHA for d0f7498
NeuralAmpModeler/installer/license.rtf
2.02 KB
NeuralAmpModeler/scripts/makeinstaller-mac.sh
@@ -178,7 +178,9 @@ XMLEND
178
# build installation bundle
179
# --resources .
180
181
-productbuild --distribution ${TARGET_DIR}/distribution.xml --package-path ${PKG_DIR} "${TARGET_DIR}/$OUTPUT_BASE_FILENAME"
+TEMP_RESOURCES=$(mktemp -d)
182
+cp ./installer/license.rtf ${TEMP_RESOURCES}
183
+productbuild --resources ${TEMP_RESOURCES} --distribution ${TARGET_DIR}/distribution.xml --package-path ${PKG_DIR} "${TARGET_DIR}/$OUTPUT_BASE_FILENAME"
184
185
rm ${TARGET_DIR}/distribution.xml
186
rm -r $PKG_DIR
0 commit comments