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");