From 9bb298c30d7725e953d4f8d3e824033a5d81c1e9 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Fri, 28 Aug 2020 13:06:31 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=B8=20Bitmaps=20directory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 18ceb62..86f6db9 100644 --- a/src/config.ts +++ b/src/config.ts @@ -5,6 +5,6 @@ import { staticCursors, animatedCursors, animatedClip } from "./cursors.json"; const svgsDir = resolve(__dirname, "svg"); // Out Directory -const bitmapsDir = resolve(__dirname, "bitmaps"); +const bitmapsDir = resolve(__dirname, "../", "bitmaps"); export { staticCursors, animatedCursors, svgsDir, bitmapsDir, animatedClip };