From dc5c27afd6d2b90fe05bcc073450b8b0a85a797c Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sun, 12 Jun 2022 13:50:40 +0800 Subject: [PATCH] chore: mark origin desktop as old --- {desktop => desktop-old}/.gitignore | 0 {desktop => desktop-old}/.npmrc | 0 {desktop => desktop-old}/build/icon.icns | Bin {desktop => desktop-old}/build/icon.ico | Bin {desktop => desktop-old}/forge.config.js | 0 {desktop => desktop-old}/package.json | 4 ++-- {desktop => desktop-old}/scripts/update.ts | 0 .../src/lib/electron-update-notifier.ts | 0 .../src/lib/update-electron-app.ts | 0 {desktop => desktop-old}/src/main/config.ts | 0 {desktop => desktop-old}/src/main/index.ts | 0 {desktop => desktop-old}/src/main/menu.ts | 0 {desktop => desktop-old}/src/main/update.ts | 0 {desktop => desktop-old}/tsconfig.json | 0 {desktop => desktop-old}/yarn.lock | 0 15 files changed, 2 insertions(+), 2 deletions(-) rename {desktop => desktop-old}/.gitignore (100%) rename {desktop => desktop-old}/.npmrc (100%) rename {desktop => desktop-old}/build/icon.icns (100%) rename {desktop => desktop-old}/build/icon.ico (100%) rename {desktop => desktop-old}/forge.config.js (100%) rename {desktop => desktop-old}/package.json (95%) rename {desktop => desktop-old}/scripts/update.ts (100%) rename {desktop => desktop-old}/src/lib/electron-update-notifier.ts (100%) rename {desktop => desktop-old}/src/lib/update-electron-app.ts (100%) rename {desktop => desktop-old}/src/main/config.ts (100%) rename {desktop => desktop-old}/src/main/index.ts (100%) rename {desktop => desktop-old}/src/main/menu.ts (100%) rename {desktop => desktop-old}/src/main/update.ts (100%) rename {desktop => desktop-old}/tsconfig.json (100%) rename {desktop => desktop-old}/yarn.lock (100%) diff --git a/desktop/.gitignore b/desktop-old/.gitignore similarity index 100% rename from desktop/.gitignore rename to desktop-old/.gitignore diff --git a/desktop/.npmrc b/desktop-old/.npmrc similarity index 100% rename from desktop/.npmrc rename to desktop-old/.npmrc diff --git a/desktop/build/icon.icns b/desktop-old/build/icon.icns similarity index 100% rename from desktop/build/icon.icns rename to desktop-old/build/icon.icns diff --git a/desktop/build/icon.ico b/desktop-old/build/icon.ico similarity index 100% rename from desktop/build/icon.ico rename to desktop-old/build/icon.ico diff --git a/desktop/forge.config.js b/desktop-old/forge.config.js similarity index 100% rename from desktop/forge.config.js rename to desktop-old/forge.config.js diff --git a/desktop/package.json b/desktop-old/package.json similarity index 95% rename from desktop/package.json rename to desktop-old/package.json index 67bd9df8..cf362f3f 100644 --- a/desktop/package.json +++ b/desktop-old/package.json @@ -1,6 +1,6 @@ { - "name": "tailchat-desktop", - "productName": "tailchat-desktop", + "name": "tailchat-desktop-old", + "productName": "tailchat-desktop-old", "version": "0.0.1", "description": "Tailchat application desktop", "main": "dist/index.js", diff --git a/desktop/scripts/update.ts b/desktop-old/scripts/update.ts similarity index 100% rename from desktop/scripts/update.ts rename to desktop-old/scripts/update.ts diff --git a/desktop/src/lib/electron-update-notifier.ts b/desktop-old/src/lib/electron-update-notifier.ts similarity index 100% rename from desktop/src/lib/electron-update-notifier.ts rename to desktop-old/src/lib/electron-update-notifier.ts diff --git a/desktop/src/lib/update-electron-app.ts b/desktop-old/src/lib/update-electron-app.ts similarity index 100% rename from desktop/src/lib/update-electron-app.ts rename to desktop-old/src/lib/update-electron-app.ts diff --git a/desktop/src/main/config.ts b/desktop-old/src/main/config.ts similarity index 100% rename from desktop/src/main/config.ts rename to desktop-old/src/main/config.ts diff --git a/desktop/src/main/index.ts b/desktop-old/src/main/index.ts similarity index 100% rename from desktop/src/main/index.ts rename to desktop-old/src/main/index.ts diff --git a/desktop/src/main/menu.ts b/desktop-old/src/main/menu.ts similarity index 100% rename from desktop/src/main/menu.ts rename to desktop-old/src/main/menu.ts diff --git a/desktop/src/main/update.ts b/desktop-old/src/main/update.ts similarity index 100% rename from desktop/src/main/update.ts rename to desktop-old/src/main/update.ts diff --git a/desktop/tsconfig.json b/desktop-old/tsconfig.json similarity index 100% rename from desktop/tsconfig.json rename to desktop-old/tsconfig.json diff --git a/desktop/yarn.lock b/desktop-old/yarn.lock similarity index 100% rename from desktop/yarn.lock rename to desktop-old/yarn.lock