mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-23 18:20:19 +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,
|
||||
nativeImage
|
||||
} = require('electron');
|
||||
const { Genshinlib } = require('./public/js/Genshinlib');
|
||||
|
||||
const path = require('path');
|
||||
|
||||
|
|
Loading…
Reference in a new issue