mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-03-21 18:04:10 -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,
|
||||
"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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user