mirror of
https://github.com/lumehq/lume.git
synced 2025-03-17 13:22:05 +01:00
84 lines
1.9 KiB
JSON
84 lines
1.9 KiB
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
|
"productName": "Lume",
|
|
"version": "24.11.8",
|
|
"identifier": "nu.lume.Lume",
|
|
"build": {
|
|
"beforeDevCommand": "pnpm dev",
|
|
"devUrl": "http://localhost:3000",
|
|
"beforeBuildCommand": "pnpm build",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"macOSPrivateApi": true,
|
|
"withGlobalTauri": true,
|
|
"security": {
|
|
"assetProtocol": {
|
|
"enable": true,
|
|
"scope": [
|
|
"$APPDATA/*",
|
|
"$DATA/*",
|
|
"$LOCALDATA/*",
|
|
"$DESKTOP/*",
|
|
"$DOCUMENT/*",
|
|
"$DOWNLOAD/*",
|
|
"$HOME/*",
|
|
"$PICTURE/*",
|
|
"$PUBLIC/*",
|
|
"$VIDEO/*",
|
|
"$APPCONFIG/*",
|
|
"$RESOURCE/*"
|
|
]
|
|
}
|
|
},
|
|
"trayIcon": {
|
|
"id": "main",
|
|
"iconAsTemplate": true,
|
|
"menuOnLeftClick": true,
|
|
"tooltip": "Lume",
|
|
"iconPath": "./icons/tray.png"
|
|
}
|
|
},
|
|
"bundle": {
|
|
"homepage": "https://lume.nu",
|
|
"longDescription": "nostr client for desktop",
|
|
"shortDescription": "nostr client",
|
|
"targets": "all",
|
|
"active": true,
|
|
"category": "SocialNetworking",
|
|
"resources": ["resources/*", "locales/*"],
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"windows": {
|
|
"allowDowngrades": true,
|
|
"webviewInstallMode": {
|
|
"silent": true,
|
|
"type": "downloadBootstrapper"
|
|
}
|
|
},
|
|
"macOS": {
|
|
"minimumSystemVersion": "10.15"
|
|
},
|
|
"createUpdaterArtifacts": true
|
|
},
|
|
"plugins": {
|
|
"updater": {
|
|
"active": true,
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEU3OTdCMkM3RjU5QzE2NzkKUldSNUZwejF4N0tYNTVHYjMrU0JkL090SlEyNUVLYU5TM2hTU3RXSWtEWngrZWJ4a0pydUhXZHEK",
|
|
"windows": {
|
|
"installMode": "quiet"
|
|
},
|
|
"endpoints": [
|
|
"https://lus.reya3772.workers.dev/v1/{{target}}/{{arch}}/{{current_version}}",
|
|
"https://lus.reya3772.workers.dev/{{target}}/{{current_version}}",
|
|
"https://github.com/lumehq/lume/releases/latest/download/latest.json"
|
|
]
|
|
}
|
|
}
|
|
}
|