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({
id: 'main-tray',
icon: (await defaultWindowIcon())!,
tooltip: 'S-Tray App',
tooltip: 'Rclone',
menu,
menuOnLeftClick: true,
action: onTrayAction,
View File
+2 -3
View File
@@ -1,6 +1,6 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "s-tray",
"productName": "Rclone UI",
"version": "0.1.0",
"identifier": "com.stray.app",
"build": {
@@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "STray",
"title": "Rclone UI",
"width": 0,
"height": 0,
"center": true,
@@ -60,7 +60,6 @@
"icons/favicon/frame_16_delay-0.1s.png",
"icons/favicon/frame_17_delay-0.1s.png"
],
"externalBin": ["binaries/rclone"],
"category": "Utility",
"copyright": "FarFetched",
"macOS": {