diff --git a/CHANGELOG.md b/CHANGELOG.md index b76023a..f9af3c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ See also the [v0.0.2 GitHub milestone][ms-v0.0.2]. NOTE: Add new changes BELOW THIS COMMENT. --> +### Added + +- MSI installer for the ARM64 architecture in addition to the existing x86 and x64 installers. + ### Changed - Path to the executable is now validated when the application installs itself as a `launchd` service on macOS ([#2]). diff --git a/bamboo-specs/bamboo.yaml b/bamboo-specs/bamboo.yaml index 82d4ad0..b7c4a14 100644 --- a/bamboo-specs/bamboo.yaml +++ b/bamboo-specs/bamboo.yaml @@ -216,13 +216,13 @@ 'shared': true 'required': true - - 'name': 'AdGuardDNSClient_windows_amd64' - 'pattern': '${bamboo.name}/dist/AdGuardDNSClient_windows_amd64.zip' + 'name': 'AdGuardDNSClient_windows_amd64_msi' + 'pattern': '${bamboo.name}/dist/AdGuardDNSClient_windows_amd64.msi' 'shared': true 'required': true - - 'name': 'AdGuardDNSClient_windows_amd64_msi' - 'pattern': '${bamboo.name}/dist/AdGuardDNSClient_windows_amd64.msi' + 'name': 'AdGuardDNSClient_windows_arm64_msi' + 'pattern': '${bamboo.name}/dist/AdGuardDNSClient_windows_arm64.msi' 'shared': true 'required': true - @@ -273,7 +273,7 @@ make\ ARCH="amd64"\ - OS="windows darwin linux"\ + OS="darwin linux"\ CHANNEL=${bamboo.channel}\ GPG_KEY_PASSPHRASE=${bamboo.gpgPassword}\ DEPLOY_SCRIPT_PATH="../bamboo-deploy-publisher/deploy.sh"\ @@ -282,10 +282,9 @@ VERBOSE=2\ build-release - # Build windows/386 separately to avoid building it for another - # OSes. + # Build Windows separately to build MSI installers for all + # supported architectures. make\ - ARCH="386"\ OS="windows"\ CHANNEL=${bamboo.channel}\ GPG_KEY_PASSPHRASE=${bamboo.gpgPassword}\ diff --git a/msi/info.wxi b/msi/info.wxi index def9481..14bd9ed 100644 --- a/msi/info.wxi +++ b/msi/info.wxi @@ -62,8 +62,6 @@ ProductName="AdGuard DNS Client" ?> -