remove rclone binary
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user