mirror of https://github.com/keeweb/keeweb
fixed arm64
parent
9410fc6a8c
commit
bd4a6d0eee
|
@ -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`
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue