mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-24 02:28:15 +03:00
fix genshinlib error
This commit is contained in:
parent
15472d64df
commit
f15f8ed4b5
1 changed files with 1 additions and 0 deletions
1
entry.js
1
entry.js
|
@ -6,6 +6,7 @@ const {
|
||||||
shell,
|
shell,
|
||||||
nativeImage
|
nativeImage
|
||||||
} = require('electron');
|
} = require('electron');
|
||||||
|
const { Genshinlib } = require('./public/js/Genshinlib');
|
||||||
|
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue