From f15f8ed4b52ba0fa6d2ff9567683535debcd76f6 Mon Sep 17 00:00:00 2001 From: Maroxy Date: Sat, 23 Oct 2021 21:14:51 +0200 Subject: [PATCH] fix genshinlib error --- entry.js | 1 + 1 file changed, 1 insertion(+) diff --git a/entry.js b/entry.js index 8555a8a..154291c 100644 --- a/entry.js +++ b/entry.js @@ -6,6 +6,7 @@ const { shell, nativeImage } = require('electron'); +const { Genshinlib } = require('./public/js/Genshinlib'); const path = require('path');