mirror of
https://github.com/putyy/res-downloader.git
synced 2026-01-12 06:04:55 +08:00
21 lines
615 B
JSON
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."
|
|
}
|
|
}
|