Files
res-downloader/wails.json
2025-02-10 15:40:32 +08:00

21 lines
617 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "res-downloader",
"outputfilename": "res-downloader",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "putyy",
"email": "putyy@qq.com"
},
"info": {
"companyName": "res-downloader",
"productName": "res-downloader",
"productVersion": "3.0.3",
"copyright": "Copyright © 2023",
"comments": "This is a high-value, high-performance, and diverse resource downloader called res-downloader."
}
}