From da3b610d3cef6e906e1a390c102f3df94c6e3ccc Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sat, 29 Sep 2018 20:00:07 -0300 Subject: [PATCH] Add assets to nsis installer --- stepmania.nsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stepmania.nsi b/stepmania.nsi index fd22fc8304..f6f9e6c18b 100644 --- a/stepmania.nsi +++ b/stepmania.nsi @@ -438,7 +438,9 @@ Section "Main Section" SecMain File /r /x CVS /x .svn "Data\*.png" SetOverwrite off - File /r /x CVS /x .svn "Data\*.ttf" + CreateDirectory "$INSTDIR\Assets" + SetOutPath "$INSTDIR\Assets" + File /r /x CVS /x svn "Assets\*" SetOverwrite on !endif