alby-hub/wails.json
Roman D 209a87ee4f
Build Wails app for macOS, Linux, Windows (#308)
Co-authored-by: Roman Dmitrienko <roman@dmitrienko.com>
Co-authored-by: Michael Bumann <hello@michaelbumann.com>
2024-06-05 14:37:28 +03:00

13 lines
367 B
JSON

{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "albyhub",
"outputfilename": "Nostr-Wallet-Connect",
"frontend:install": "yarn install",
"frontend:build": "yarn build:wails",
"frontend:dev:watcher": "yarn dev:wails",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "Alby Contributors",
"email": "hello@getalby.com"
}
}