diff --git a/OpenRA.Game.exe.config b/OpenRA.Game.exe.config new file mode 100644 index 0000000000..694da31c69 --- /dev/null +++ b/OpenRA.Game.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/packaging/windows/OpenRA.nsi b/packaging/windows/OpenRA.nsi index 05b38ae128..c88d9ff867 100644 --- a/packaging/windows/OpenRA.nsi +++ b/packaging/windows/OpenRA.nsi @@ -68,6 +68,7 @@ Section "Game" GAME SetOutPath "$INSTDIR" File "${SRCDIR}\OpenRA.exe" File "${SRCDIR}\OpenRA.Game.exe" + File "${SRCDIR}\OpenRA.Game.exe.config" File "${SRCDIR}\OpenRA.Utility.exe" File "${SRCDIR}\OpenRA.Renderer.Null.dll" File "${SRCDIR}\OpenRA.Renderer.Sdl2.dll" @@ -183,6 +184,7 @@ Function ${UN}Clean RMDir /r $INSTDIR\lua Delete $INSTDIR\OpenRA.exe Delete $INSTDIR\OpenRA.Game.exe + Delete $INSTDIR\OpenRA.Game.exe.config Delete $INSTDIR\OpenRA.Utility.exe Delete $INSTDIR\OpenRA.Editor.exe Delete $INSTDIR\OpenRA.Renderer.Null.dll