Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron C Robinson committed Jan 28, 2018
1 parent f398f3f commit 0a6a0f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file modified Assemblies/ExpandedRoofing.dll
Binary file not shown.
1 change: 1 addition & 0 deletions Languages/English/Keyed/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
<ER_MaxOutputLabel>Solar controller max output</ER_MaxOutputLabel>
<ER_WattagePerSolarPanelLabel>Solar controller wattage per solar panel</ER_WattagePerSolarPanelLabel>
<ER_GlassLights>Swap glass for steel when 'Glass+Lights' mod installed</ER_GlassLights>
<ER_RoofMaintenance>Sets if roof maintenance jobs will be executed</ER_RoofMaintenance>

</LanguageData>
1 change: 1 addition & 0 deletions Source/copyFiles.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ SET "SolutionDir=C:\Users\robin\Desktop\Games\RimWorld Modding\Source\ExpandedRo
del /S /Q "C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\%ProjectName%\Defs\*"

xcopy /S /Y "%SolutionDir%\..\About\*" "C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\%ProjectName%\About\"
xcopy /S /Y "%SolutionDir%\..\Assemblies\*" "C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\%ProjectName%\Assemblies\"
xcopy /S /Y "%SolutionDir%\..\Defs\*" "C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\%ProjectName%\Defs\"
xcopy /S /Y "%SolutionDir%\..\Patches\*" "C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\%ProjectName%\Patches\"
xcopy /S /Y "%SolutionDir%\..\Textures\*" "C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\%ProjectName%\Textures\"
Expand Down

0 comments on commit 0a6a0f0

Please sign in to comment.