diff --git a/Assemblies/ExpandedRoofing.dll b/Assemblies/ExpandedRoofing.dll
index d819ce9..04b37fd 100644
Binary files a/Assemblies/ExpandedRoofing.dll and b/Assemblies/ExpandedRoofing.dll differ
diff --git a/Languages/English/Keyed/settings.xml b/Languages/English/Keyed/settings.xml
index 18e9e90..b09b10e 100644
--- a/Languages/English/Keyed/settings.xml
+++ b/Languages/English/Keyed/settings.xml
@@ -5,5 +5,6 @@
Solar controller max output
Solar controller wattage per solar panel
Swap glass for steel when 'Glass+Lights' mod installed
+ Sets if roof maintenance jobs will be executed
\ No newline at end of file
diff --git a/Source/copyFiles.bat b/Source/copyFiles.bat
index 9301663..4d8ce35 100644
--- a/Source/copyFiles.bat
+++ b/Source/copyFiles.bat
@@ -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\"