Release archive has files like `BepInEx\core\0Harmony.dll` instead of folders with files ``` BepInEx │ ├── core │ │ ├── 0Harmony.dll ``` Guess that's what may happen when you use Windows file separators `\` instead of rest of the world's `/`
Release archive has files like
BepInEx\core\0Harmony.dllinstead of folders with files
Guess that's what may happen when you use Windows file separators
\instead of rest of the world's/