moved the installer script

This commit is contained in:
antelle 2021-01-09 11:49:54 +01:00
parent 763141592f
commit cb77b7fc1e
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
3 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ module.exports = function (grunt) {
},
installer: {
files: {
'tmp/desktop/KeeWeb Installer.app': 'package/osx/installer/main.js'
'tmp/desktop/KeeWeb Installer.app': 'package/osx/installer.js'
}
}
},