remove rclone binary

This commit is contained in:
FTCHD
2025-01-28 13:23:12 +02:00
parent 34a163f5c6
commit fda5a5a24e
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ export async function initTray(): Promise<void> {
await TrayIcon.new({ await TrayIcon.new({
id: 'main-tray', id: 'main-tray',
icon: (await defaultWindowIcon())!, icon: (await defaultWindowIcon())!,
tooltip: 'S-Tray App', tooltip: 'Rclone',
menu, menu,
menuOnLeftClick: true, menuOnLeftClick: true,
action: onTrayAction, action: onTrayAction,
View File
+2 -3
View File
@@ -1,6 +1,6 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "s-tray", "productName": "Rclone UI",
"version": "0.1.0", "version": "0.1.0",
"identifier": "com.stray.app", "identifier": "com.stray.app",
"build": { "build": {
@@ -12,7 +12,7 @@
"app": { "app": {
"windows": [ "windows": [
{ {
"title": "STray", "title": "Rclone UI",
"width": 0, "width": 0,
"height": 0, "height": 0,
"center": true, "center": true,
@@ -60,7 +60,6 @@
"icons/favicon/frame_16_delay-0.1s.png", "icons/favicon/frame_16_delay-0.1s.png",
"icons/favicon/frame_17_delay-0.1s.png" "icons/favicon/frame_17_delay-0.1s.png"
], ],
"externalBin": ["binaries/rclone"],
"category": "Utility", "category": "Utility",
"copyright": "FarFetched", "copyright": "FarFetched",
"macOS": { "macOS": {