From 7a88adcf9691c86c8c90c6b995bf603350b73078 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Mon, 6 Sep 2010 21:57:14 +1200 Subject: [PATCH] include the VERSION file in the package. --- packaging/windows/OpenRA.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/windows/OpenRA.nsi b/packaging/windows/OpenRA.nsi index 53f8d054df..da8c7d954e 100644 --- a/packaging/windows/OpenRA.nsi +++ b/packaging/windows/OpenRA.nsi @@ -59,6 +59,7 @@ Section "Client" Client File "${SRCDIR}\HACKING" File "${SRCDIR}\INSTALL" File "${SRCDIR}\*.ttf" + File "${SRCDIR}\VERSION" File "${SRCDIR}\OpenRA.Game\OpenRA.ico"