From 3e61b17a044752ea92170b2c70ac086dfcc33991 Mon Sep 17 00:00:00 2001 From: Christophe Simonis Date: Fri, 21 Dec 2012 18:59:33 +0100 Subject: [PATCH] [REVERT] previous commit: batch files are automatically generated by setup.py bzr revid: chs@openerp.com-20121221175933-t6lhhnp7n5b47vwh --- setup.nsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.nsi b/setup.nsi index 92dcb9b4682..ab58915e4e9 100644 --- a/setup.nsi +++ b/setup.nsi @@ -172,6 +172,8 @@ Section OpenERP_Server SectionOpenERP_Server SetOutPath "$INSTDIR\service" File /r "win32\dist\*" + File "win32\start.bat" + File "win32\stop.bat" !insertmacro MUI_STARTMENU_WRITE_BEGIN Application ;Create shortcuts