alby-hub/wails.json

18 lines
435 B
JSON
Raw Permalink Normal View History

2024-01-15 16:08:18 +07:00
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "Alby Hub",
"outputfilename": "Alby Hub",
2024-01-15 16:08:18 +07:00
"frontend:install": "yarn install",
"frontend:build": "yarn build:wails",
"frontend:dev:watcher": "yarn dev:wails",
2024-01-15 16:08:18 +07:00
"frontend:dev:serverUrl": "auto",
"author": {
"name": "Alby Contributors",
"email": "hello@getalby.com"
},
"info": {
"companyName": "Alby Inc.",
"productName": "Alby Hub"
2024-01-15 16:08:18 +07:00
}
}