Skip to content

Commit

Permalink
Add assets to nsis installer
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram authored Sep 29, 2018
1 parent 6c8152e commit da3b610
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stepmania.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit da3b610

Please sign in to comment.