-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathwails.json
35 lines (35 loc) · 855 Bytes
/
wails.json
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
27
28
29
30
31
32
33
34
35
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "SatisfactoryModManager",
"outputfilename": "SatisfactoryModManager",
"frontend:install": "pnpm install",
"frontend:build": "pnpm build",
"frontend:dev:watcher": "pnpm dev",
"frontend:dev:serverUrl": "http://localhost:3000",
"wailsjsdir": "frontend/src/lib/generated",
"author": {
"name": "mircearoata",
"email": "mircearoatapalade@gmail.com"
},
"info": {
"productVersion": "3.0.3",
"fileAssociations": [
{
"ext": "smmprofile",
"name": "Satisfactory Mod Manager Profile",
"iconName": "smmprofile"
}
],
"protocols": [
{
"scheme": "smmanager",
"description": "Satisfactory Mod Manager"
}
]
},
"bindings": {
"ts_generation": {
"outputType": "interfaces"
}
}
}