VideoConcat/wails/wails.json
2026-01-07 17:59:30 +08:00

24 lines
449 B
JSON

{
"name": "VideoConcat",
"outputfilename": "videoconcat",
"frontend": {
"dir": "./frontend",
"install": "npm install",
"build": "npm run build",
"bridge": "src",
"serve": "npm run dev"
},
"author": {
"name": "",
"email": ""
},
"info": {
"companyName": "",
"productName": "VideoConcat",
"productVersion": "1.0.0",
"copyright": "Copyright © 2024",
"comments": "视频拼接工具"
}
}