1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2024-11-21 22:18:59 +01:00
rolens/wails.json

24 lines
650 B
JSON
Raw Permalink Normal View History

2023-01-10 17:28:27 +01:00
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "Rolens",
"outputfilename": "Rolens",
2023-01-10 17:28:27 +01:00
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "Romein van Buren",
"email": "romein@vburen.nl"
2023-06-02 22:42:17 +02:00
},
"info": {
"productName": "Rolens",
"companyName": "Romein van Buren",
2023-12-23 14:20:12 +01:00
"productVersion": "0.3.0",
2023-06-02 22:42:17 +02:00
"comments": "The intuitive MongoDB administration tool",
2024-06-25 10:49:47 +02:00
"copyright": "© Romein van Buren 2022-2024 (GNU GPL 3.0)."
},
"preBuildHooks": {
2023-06-22 21:06:20 +02:00
"*/*": "node ../version_to_file.js"
2023-01-10 17:28:27 +01:00
}
}