mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: fixing typecheck errors
This commit is contained in:
parent
ab8721f2e5
commit
6b2a480fa6
9 changed files with 19 additions and 16 deletions
|
|
@ -109,7 +109,7 @@ export const resolveDatabaseUpdates = async () => {
|
|||
const updateDataSource = createDataSource({
|
||||
database: app.isPackaged
|
||||
? path.join(process.resourcesPath, "hydra.db")
|
||||
: path.join(__dirname, "..", "..", "resources", "hydra.db"),
|
||||
: path.join(__dirname, "..", "..", "hydra.db"),
|
||||
});
|
||||
|
||||
return updateDataSource.initialize().then(async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue