2024-11-26 14:28:46 +08:00
|
|
|
{
|
|
|
|
"$schema": "https://wails.io/schemas/config.v2.json",
|
|
|
|
"name": "ncmdump-gui",
|
|
|
|
"outputfilename": "ncmdump-gui",
|
|
|
|
"frontend:install": "pnpm install",
|
|
|
|
"frontend:build": "pnpm build",
|
|
|
|
"frontend:dev:watcher": "pnpm dev",
|
|
|
|
"frontend:dev:serverUrl": "auto",
|
|
|
|
"author": {
|
|
|
|
"name": "TaurusXin",
|
|
|
|
"email": "i@taurusxin.com"
|
2025-01-30 12:22:17 +08:00
|
|
|
},
|
|
|
|
"info": {
|
|
|
|
"companyName": "TaurusXin",
|
|
|
|
"productName": "ncmdump-gui",
|
|
|
|
"productVersion": "1.0.1",
|
|
|
|
"copyright": "Copyright © 2025 TaurusXin",
|
|
|
|
"comments": "Convert ncm to mp3/flac"
|
2024-11-26 14:28:46 +08:00
|
|
|
}
|
|
|
|
}
|