BadIdea102
Newbie
- Oct 6, 2023
- 58
- 63
I FIXED MY BUG! Hazumi with mods should work on more Macs now!
antidotecrk :
In file
please replace
with
This prevents nwjs from using the broken
antidotecrk :
In file
js/plugins/MOD_reader.js
, function loadMods
,please replace
src = path.join
with
src = "file://" + path.join
This prevents nwjs from using the broken
chrome-extension
protocol to load files, and instead use good ol' filesystem access.