mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 05:50:44 -05:00
Decapitalize BepInEx sub-directories (!100)
This reverts changes to the directory paths made in commit: c7bc0b05143c7062a0c70150cb872b5070f4859c fixes [SPT-AKI/Issues#588](SPT-AKI/Issues#588) Co-authored-by: MadByte <madbyte@tuta.io> Reviewed-on: SPT-AKI/Modules#100 Co-authored-by: MadByte <madbyte@noreply.dev.sp-tarkov.com> Co-committed-by: MadByte <madbyte@noreply.dev.sp-tarkov.com>
This commit is contained in:
parent
b327096980
commit
701f676085
@ -1,8 +1,8 @@
|
||||
$buildFolder = "..\Build"
|
||||
$bepinexFolder = "..\Build\BepInEx"
|
||||
$bepinexPatchFolder = "..\Build\BepInEx\Patchers"
|
||||
$bepinexPluginFolder = "..\Build\BepInEx\Plugins"
|
||||
$bepinexSptFolder = "..\Build\BepInEx\Plugins\spt"
|
||||
$bepinexPatchFolder = "..\Build\BepInEx\patchers"
|
||||
$bepinexPluginFolder = "..\Build\BepInEx\plugins"
|
||||
$bepinexSptFolder = "..\Build\BepInEx\plugins\spt"
|
||||
$eftDataFolder = "..\Build\EscapeFromTarkov_Data"
|
||||
$managedFolder = "..\Build\EscapeFromTarkov_Data\Managed"
|
||||
$projReleaseFolder = ".\bin\Release\net471"
|
||||
|
Loading…
x
Reference in New Issue
Block a user