Files
rclone-ui/src-tauri/tauri.conf.json
T
2025-02-02 12:52:06 +02:00

99 lines
3.3 KiB
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Rclone UI",
"version": "0.9.3",
"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"
}
],
"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"
],
"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 %1 -e https://eus.codesigning.azure.net -a sign-1 -c Sign1"
},
"createUpdaterArtifacts": true
},
"plugins": {
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDIyNDFENEZGNjFDNTBGOEYKUldTUEQ4VmgvOVJCSWhVZmw0enhmcW1kWFk3TS9mMzBDRjVEZWdxKzQ5ZmRhTlYvT2gvdFNMbE8K",
"endpoints": ["https://github.com/FTCHD/rclone-ui/releases/latest/download/latest.json"]
}
}
}