mirror of
https://github.com/yuzu-emu/shared-hugo-scripts.git
synced 2025-04-22 21:36:29 +00:00
Fix Hugo path
This commit is contained in:
parent
644a99b2c4
commit
02aee9e995
|
@ -16,7 +16,7 @@ const fsPathHugoBoxart = `${fsPathHugo}/static/images/game/boxart`
|
|||
const fsPathHugoIcon = `${fsPathHugo}/static/images/game/icons`
|
||||
const fsPathHugoScreenshots = `${fsPathHugo}/static/images/screenshots0`
|
||||
const fsPathHugoSavefiles = `${fsPathHugo}/static/savefiles/`
|
||||
const fsPathHugoMods = `${fsPathHugo}/mods/`
|
||||
const fsPathHugoMods = `${fsPathHugo}/static/mods/`
|
||||
|
||||
process.on('unhandledRejection', err => {
|
||||
logger.error('Unhandled rejection on process.');
|
||||
|
|
Loading…
Reference in a new issue