mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-04-26 00:13:08 -05:00
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:
parent
1fc6cce5a6
commit
8f6a40e18d
|
|
@ -84,11 +84,18 @@
|
||||||
],
|
],
|
||||||
"asar": false,
|
"asar": false,
|
||||||
"extraMetadata": {
|
"extraMetadata": {
|
||||||
|
"name": "nxapi-app",
|
||||||
"main": "dist/bundle/app-main-bundle.cjs"
|
"main": "dist/bundle/app-main-bundle.cjs"
|
||||||
},
|
},
|
||||||
"directories": {
|
"directories": {
|
||||||
"output": "dist/app/package"
|
"output": "dist/app/package"
|
||||||
},
|
},
|
||||||
|
"protocols": [
|
||||||
|
{
|
||||||
|
"name": "Nintendo Switch Online",
|
||||||
|
"schemes": ["com.nintendo.znca"]
|
||||||
|
}
|
||||||
|
],
|
||||||
"mac": {
|
"mac": {
|
||||||
"identity": null
|
"identity": null
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user