fix mac build

This commit is contained in:
Antelle 2015-11-07 11:31:35 +03:00
parent d0ade14b25
commit 48a0949ab3
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ module.exports = function(grunt) {
osx: {
options: {
platform: 'osx',
appPath: path.join(__dirname, 'tmp/desktop/KeeWeb-darwin-x64')
appPath: path.join(__dirname, 'tmp/desktop/KeeWeb-darwin-x64/KeeWeb.app')
}
},
win: {