Skip to content

Commit

Permalink
build: remove PATH data from Info.plist on macOS
Browse files Browse the repository at this point in the history
Resolves #1027
  • Loading branch information
bastimeyer committed Oct 31, 2024
1 parent 07eb3a8 commit 3c256a6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build/tasks/configs/nwjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ module.exports = {
macPlist: {
CFBundleIdentifier : "<%= main['app-identifier'] %>",
CFBundleName : "<%= main['display-name'] %>",
CFBundleDisplayName: "<%= main['display-name'] %>",
LSEnvironment : {
PATH: "/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
}
CFBundleDisplayName: "<%= main['display-name'] %>"
}
},

Expand Down

0 comments on commit 3c256a6

Please sign in to comment.