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