Files
res-downloader/wails.json
2025-12-30 23:47:12 +08:00

21 lines
615 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.1.3",
"copyright": "Copyright © 2023",
"comments": "This is a high-value high-performance and diverse resource downloader called res-downloader."
}
}