mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-12 09:30:40 +01:00
17 lines
318 B
JSON
17 lines
318 B
JSON
{
|
|
"appId": "net.strct.kalker",
|
|
"appName": "Kalker",
|
|
"bundledWebRuntime": true,
|
|
"npmClient": "npm",
|
|
"webDir": "www",
|
|
"linuxAndroidStudioPath": "/opt/android-studio/bin/studio.sh",
|
|
"plugins": {
|
|
"SplashScreen": {
|
|
"launchShowDuration": 0
|
|
}
|
|
},
|
|
"includePlugins": [
|
|
"SplashScreen"
|
|
]
|
|
}
|