Update EULA

This commit is contained in:
Nathan Sobo 2023-04-05 08:18:51 -06:00
parent 781d065d0b
commit 0d0f6b5a05
6 changed files with 317 additions and 1570 deletions

View file

@ -121,7 +121,7 @@ rm ${dmg_source_directory}/Applications
echo "Adding license agreement to DMG"
npm install --global dmg-license minimist
dmg-license script/terms/terms-of-use.json "${dmg_file_path}"
dmg-license script/eula/eula.json "${dmg_file_path}"
if [[ -n $MACOS_CERTIFICATE && -n $MACOS_CERTIFICATE_PASSWORD && -n $APPLE_NOTARIZATION_USERNAME && -n $APPLE_NOTARIZATION_PASSWORD ]]; then
echo "Notarizing DMG with Apple"