From de792d12510a4a766519d6587816be5cace1dce9 Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Fri, 14 Jul 2023 10:50:05 +0800 Subject: [PATCH] remove unused variable --- src/shared/paths.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shared/paths.ts b/src/shared/paths.ts index 86aabc6..2d38b98 100644 --- a/src/shared/paths.ts +++ b/src/shared/paths.ts @@ -10,4 +10,3 @@ export const STATIC_DIR = /* @__PURE__ */ join(__dirname, "..", "..", "static"); export const VIEW_DIR = /* @__PURE__ */ join(STATIC_DIR, "views"); export const BADGE_DIR = /* @__PURE__ */ join(STATIC_DIR, "badges"); export const ICON_PATH = /* @__PURE__ */ join(STATIC_DIR, "icon.png"); -export const MACOS_ICON_PATH = /* @__PURE__ */ join(STATIC_DIR, "icon.icns");