changes for macos build
This commit is contained in:
parent
2312ba4b5e
commit
3f22aee33d
12
build.js
12
build.js
@ -37,6 +37,18 @@ const options = {
|
||||
nsis: {
|
||||
deleteAppDataOnUninstall: true
|
||||
},
|
||||
mac: {
|
||||
category: 'public.app-category.entertainment',
|
||||
icon: 'public/favicon.icns',
|
||||
hardenedRuntime: false,
|
||||
gatekeeperAssess: false,
|
||||
target: [
|
||||
{
|
||||
target: 'default',
|
||||
arch: ['x64', 'arm64']
|
||||
}
|
||||
]
|
||||
},
|
||||
linux: {
|
||||
maintainer: 'Stratum',
|
||||
category: 'AudioVideo',
|
||||
|
Reference in New Issue
Block a user