Declare custom URI scheme and change app package name

By default the snap name is the package name, which conflicts with the CLI command name.
This commit is contained in:
Samuel Elliott 2022-06-18 12:49:42 +01:00
parent 1fc6cce5a6
commit 8f6a40e18d
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6

View File

@ -84,11 +84,18 @@
],
"asar": false,
"extraMetadata": {
"name": "nxapi-app",
"main": "dist/bundle/app-main-bundle.cjs"
},
"directories": {
"output": "dist/app/package"
},
"protocols": [
{
"name": "Nintendo Switch Online",
"schemes": ["com.nintendo.znca"]
}
],
"mac": {
"identity": null
}