forked from Notifiarr/toolbarr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwails.json
More file actions
26 lines (26 loc) · 719 Bytes
/
wails.json
File metadata and controls
26 lines (26 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "Toolbarr",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "Go Lift",
"email": "code@golift.io"
},
"info": {
"companyName": "Notifiarr",
"productName": "Toolbarr",
"productVersion": "0.1.2",
"copyright": "Copyright 2023-2024 Notifiarr, LLC (https://notifiarr.com)",
"comments": "The starr of the show."
},
"runNonNativeBuildHooks": true,
"preBuildHooks": {
"*/*": "go generate ../../..."
},
"postBuildHooks": {
"windows/*": "bash ../../build/windows/signexe.sh ${bin}"
}
}