diff --git a/package.json b/package.json index 25d256f7..f30e721e 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "test:unit:run": "cross-env NODE_ENV=test mocha --reporter mocha-circleci-reporter dist/tests/test_bundle.js", "package:all": "cross-env NODE_ENV=production npm-run-all check-build-config package:windows package:mac package:linux", "package:windows": "cross-env NODE_ENV=production npm-run-all check-build-config build-prod && electron-builder --win --x64 --ia32 --publish=never", - "package:mac": "cross-env NODE_ENV=production npm-run-all check-build-config build-prod && electron-builder --mac --publish=never", + "package:mac": "cross-env NODE_ENV=production npm-run-all check-build-config build-prod && electron-builder --mac --x64 --arm64 --publish=never", "package:linux": "cross-env NODE_ENV=production npm-run-all check-build-config build-prod && electron-builder --linux --x64 --ia32 --publish=never", "lint:js": "eslint --ignore-path .gitignore --ignore-pattern node_modules --ext .js --ext .jsx .", "lint:js-quiet": "eslint --ignore-path .gitignore --ignore-pattern node_modules --ext .js --ext .jsx . --quiet", diff --git a/scripts/generate_release_markdown.sh b/scripts/generate_release_markdown.sh index 9600c488..343c2e02 100755 --- a/scripts/generate_release_markdown.sh +++ b/scripts/generate_release_markdown.sh @@ -34,6 +34,7 @@ $(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-win-x64.zip") #### Mac $(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-mac.dmg") +$(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-mac-arm64.dmg") (beta) #### Linux $(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-linux-ia32.tar.gz")