Files
rclone-ui/src-tauri/tauri.conf.json
T
2026-01-05 15:21:54 +07:00

109 lines
3.4 KiB
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Rclone UI",
"mainBinaryName": "Rclone UI",
"version": "3.2.0",
"identifier": "com.rclone.ui",
"build": {
"frontendDist": "../dist",
"devUrl": "http://localhost:1420",
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "npm run build"
},
"app": {
"windows": [
{
"title": "Rclone UI",
"width": 0,
"height": 0,
"center": true,
"hiddenTitle": false,
"resizable": false,
"fullscreen": false,
"visible": false,
"decorations": false,
"focus": true,
"url": "tray.html",
"alwaysOnTop": true,
"backgroundThrottling": "disabled",
"zoomHotkeysEnabled": false
}
],
"security": {
"csp": null
},
"withGlobalTauri": true
},
"bundle": {
"active": true,
"targets": ["nsis", "dmg", "app", "appimage", "deb", "rpm"],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"resources": ["icons/favicon/*"],
"shortDescription": "Cross-platform GUI for rclone & S3",
"longDescription": "Cross-platform GUI for rclone & S3",
"license": "Apache-2.0",
"homepage": "https://github.com/rclone-ui/rclone-ui",
"publisher": "Rclone UI",
"category": "Utility",
"copyright": "Copyright © 2026 Rclone UI.",
"macOS": {
"dmg": {
"appPosition": {
"x": 180,
"y": 170
},
"applicationFolderPosition": {
"x": 480,
"y": 170
},
"windowSize": {
"height": 400,
"width": 660
}
},
"hardenedRuntime": true,
"minimumSystemVersion": "10.13"
},
"windows": {
"nsis": {
"installMode": "both"
},
"signCommand": "trusted-signing-cli -e https://eus.codesigning.azure.net -a sign-1 -c Sign1 -d Rclone %1"
},
"linux": {
"deb": {
"depends": ["libayatana-appindicator3-1 | libappindicator3-1"],
"files": {
"/usr/share/flatpak.metainfo.xml": "flatpak.metainfo.xml"
}
},
"rpm": {
"depends": ["(libappindicator-gtk3 or libayatana-appindicator-gtk3)"]
}
},
"createUpdaterArtifacts": true
},
"plugins": {
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDIyNDFENEZGNjFDNTBGOEYKUldTUEQ4VmgvOVJCSWhVZmw0enhmcW1kWFk3TS9mMzBDRjVEZWdxKzQ5ZmRhTlYvT2gvdFNMbE8K",
"endpoints": [
"https://github.com/rclone-ui/rclone-ui/releases/latest/download/latest.json"
]
},
"deep-link": {
"desktop": {
"schemes": ["rclone"]
}
},
"fs": {
"requireLiteralLeadingDot": false
}
}
}