Merge pull request #633 from rodionos/patch-1

MacOS build: increase image size to 256Mb
This commit is contained in:
pokamest 2024-02-22 04:58:21 -08:00 committed by GitHub
commit a768c7c451
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -146,7 +146,8 @@ if [ "${MAC_CERT_PW+x}" ]; then
fi
echo "Building DMG installer..."
hdiutil create -size 120mb -volname AmneziaVPN -srcfolder $BUILD_DIR/installer/$APP_NAME.app -ov -format UDZO $DMG_FILENAME
# Allow Terminal to make changes in Privacy & Security > App Management
hdiutil create -size 256mb -volname AmneziaVPN -srcfolder $BUILD_DIR/installer/$APP_NAME.app -ov -format UDZO $DMG_FILENAME
if [ "${MAC_CERT_PW+x}" ]; then
echo "Signing DMG installer..."