- cmd/dapp-fm-app: Native desktop app with WebView (Wails) - cmd/dapp-fm: CLI binary for HTTP server mode - pkg/player: Shared player core with Go bindings Architecture: Go decrypts SMSG content, serves via asset handler. Frontend calls Go directly via Wails bindings for manifest/license checks.
20 lines
535 B
JSON
20 lines
535 B
JSON
{
|
|
"$schema": "https://wails.io/schemas/config.v2.json",
|
|
"name": "dapp-fm",
|
|
"outputfilename": "dapp-fm",
|
|
"frontend:install": "",
|
|
"frontend:build": "",
|
|
"frontend:dev:watcher": "",
|
|
"frontend:dev:serverUrl": "",
|
|
"author": {
|
|
"name": "dapp.fm",
|
|
"email": "hello@dapp.fm"
|
|
},
|
|
"info": {
|
|
"companyName": "dapp.fm",
|
|
"productName": "dapp.fm Player",
|
|
"productVersion": "1.0.0",
|
|
"copyright": "Copyright (c) 2024 dapp.fm - EUPL-1.2",
|
|
"comments": "Decentralized Music Distribution - Zero-Trust DRM"
|
|
}
|
|
}
|