Skip to content

Commit

Permalink
Update license and macOS installer
Browse files Browse the repository at this point in the history
  • Loading branch information
sdatkinson committed Jan 30, 2024
1 parent 51e151f commit 2044860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified NeuralAmpModeler/installer/license.rtf
Binary file not shown.
2 changes: 2 additions & 0 deletions NeuralAmpModeler/scripts/makeinstaller-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ XMLEND
# build installation bundle
# --resources .

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"

rm ${TARGET_DIR}/distribution.xml
Expand Down

0 comments on commit 2044860

Please sign in to comment.