17 lines
380 B
JSON
17 lines
380 B
JSON
|
|
{
|
||
|
|
"$schema": "https://wails.io/schemas/config.v2.json",
|
||
|
|
"name": "Tefter",
|
||
|
|
"outputfilename": "tefter-desktop",
|
||
|
|
"frontend:install": "",
|
||
|
|
"frontend:build": "",
|
||
|
|
"frontend:dev:watcher": "",
|
||
|
|
"frontend:dev:serverUrl": "auto",
|
||
|
|
"author": {
|
||
|
|
"name": "senad"
|
||
|
|
},
|
||
|
|
"info": {
|
||
|
|
"productName": "Tefter",
|
||
|
|
"comments": "Self-hosted Notational Velocity style notes"
|
||
|
|
}
|
||
|
|
}
|