strimertul/wails.json

20 lines
536 B
JSON
Raw Normal View History

2022-11-16 11:23:54 +00:00
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "strimertul",
"outputfilename": "strimertul",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "Ash Keel",
"email": "ash@nebula.cafe"
2023-03-31 09:43:33 +00:00
},
"info": {
"companyName": "strimertul contributors",
"productName": "strimertul",
"copyright": "Copyright (c) 2021-2023 strimertul contributors",
"productVersion": "0.0.0"
2022-11-16 11:23:54 +00:00
}
}