mc-client-updater/wails.json

13 lines
303 B
JSON
Raw Normal View History

2022-10-03 12:49:29 +08:00
{
"name": "mc-client-updater",
"outputfilename": "mc-client-updater",
"frontend:install": "pnpm install",
"frontend:build": "pnpm run build",
"frontend:dev:watcher": "pnpm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "Eigeen",
"email": "dengyk2002@qq.com"
}
}