fixed arm64

vibrancy
antelle 2020-11-30 21:03:20 +01:00
parent 9410fc6a8c
commit bd4a6d0eee
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ module.exports = function (grunt) {
dest: `dist/desktop/KeeWeb-${pkg.version}.mac.x64.dmg`
},
arm64: {
options: appdmgOptions('amd64'),
options: appdmgOptions('arm64'),
dest: `dist/desktop/KeeWeb-${pkg.version}.mac.arm64.dmg`
}
},