110 lines
3.7 KiB
JSON
110 lines
3.7 KiB
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "Rclone UI",
|
|
"mainBinaryName": "Rclone UI",
|
|
"version": "1.9.1",
|
|
"identifier": "com.stray.app",
|
|
"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",
|
|
"theme": "Dark"
|
|
}
|
|
],
|
|
"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/icon.png",
|
|
"icons/favicon/frame_00_delay-0.1s.png",
|
|
"icons/favicon/frame_01_delay-0.1s.png",
|
|
"icons/favicon/frame_02_delay-0.1s.png",
|
|
"icons/favicon/frame_03_delay-0.1s.png",
|
|
"icons/favicon/frame_04_delay-0.1s.png",
|
|
"icons/favicon/frame_05_delay-0.1s.png",
|
|
"icons/favicon/frame_06_delay-0.1s.png",
|
|
"icons/favicon/frame_07_delay-0.1s.png",
|
|
"icons/favicon/frame_08_delay-0.1s.png",
|
|
"icons/favicon/frame_09_delay-0.1s.png",
|
|
"icons/favicon/frame_10_delay-0.1s.png",
|
|
"icons/favicon/frame_11_delay-0.1s.png",
|
|
"icons/favicon/frame_12_delay-0.1s.png",
|
|
"icons/favicon/frame_13_delay-0.1s.png",
|
|
"icons/favicon/frame_14_delay-0.1s.png",
|
|
"icons/favicon/frame_15_delay-0.1s.png",
|
|
"icons/favicon/frame_16_delay-0.1s.png",
|
|
"icons/favicon/frame_17_delay-0.1s.png"
|
|
],
|
|
"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",
|
|
"category": "Utility",
|
|
"copyright": "Copyright © 2025 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"
|
|
},
|
|
"createUpdaterArtifacts": true
|
|
},
|
|
"plugins": {
|
|
"updater": {
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDIyNDFENEZGNjFDNTBGOEYKUldTUEQ4VmgvOVJCSWhVZmw0enhmcW1kWFk3TS9mMzBDRjVEZWdxKzQ5ZmRhTlYvT2gvdFNMbE8K",
|
|
"endpoints": [
|
|
"https://github.com/rclone-ui/rclone-ui/releases/latest/download/latest.json"
|
|
]
|
|
},
|
|
"fs": {
|
|
"requireLiteralLeadingDot": false
|
|
}
|
|
}
|
|
}
|