edbmods / EdBPrepareCarefully

EdB Prepare Carefully, a RimWorld mod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues regarding the build process

Bia10 opened this issue · comments

commented
  1. there is no such file "deploy.bat" in SolutionDir
<PostBuildEvent>cd $(SolutionDir)
deploy.bat</PostBuildEvent>

wasn't it meant to be like?

<PostBuildEvent>cd $(SolutionDir)dist.bat</PostBuildEvent>
  1. looking at the bat file, where are these assemblies supposed to come from?
xcopy Libraries\EdBPrepareCarefully\1.2\EdBPrepareCarefully.dll dist\EdBPrepareCarefully\1.2\Assemblies\ /Y
xcopy Libraries\EdBPrepareCarefully\1.3\EdBPrepareCarefully.dll dist\EdBPrepareCarefully\1.3\Assemblies\ /Y

since they not produced on build they wont be copied.

C:LICENSE
1 File(s) copied
bin\Release\EdBPrepareCarefully.dll
1 File(s) copied
Libraries\Harmony\2.2.2\0Harmony.dll
1 File(s) copied
File not found - EdBPrepareCarefully.dll
0 File(s) copied
File not found - EdBPrepareCarefully.dll
0 File(s) copied
C:THIRD-PARTY-LICENSES
1 File(s) copied
The system cannot find the file specified.
The system cannot find the path specified.

Well not that it matters if backward combability is not desired.
Thanks for the update a great mod!