-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwails.json
More file actions
23 lines (23 loc) · 774 Bytes
/
wails.json
File metadata and controls
23 lines (23 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "ffforge-desktop",
"outputfilename": "ffforge-desktop",
"frontend:install": "echo 'Frontend dependencies already installed'",
"frontend:build": "echo 'Frontend already built'",
"frontend:dev:watcher": "cd frontend && npm run dev",
"frontend:dev:serverUrl": "auto",
"assetdir": "frontend/dist",
"wailsjsdir": "frontend/src",
"author": {
"name": "FFForge Team",
"email": "channinghey@gmail.com"
},
"info": {
"companyName": "FFForge",
"productName": "FFForge Desktop",
"productVersion": "0.1.0",
"copyright": "Copyright © 2025 FFForge",
"comments": "Video transcoding application with H.265/AV1 encoding support"
},
"nsrequiresaquakeyboardaccess": false
}