Skip to content

Commit

Permalink
Dependency bat reordered
Browse files Browse the repository at this point in the history
  • Loading branch information
FlavioFS committed Feb 18, 2023
1 parent b34e691 commit 2360a3b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dependency_setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ COPY .\Dependencies\sdl\lib\x64\SDL2.dll .\x64\Release
COPY .\Dependencies\sdl\lib\x86\SDL2.dll .\Debug
COPY .\Dependencies\sdl\lib\x86\SDL2.dll .\Release

COPY .\ParsecSoda\icons\ .\x64\Debug\icons\
COPY .\ParsecSoda\icons\ .\x64\Release\icons\
COPY .\ParsecSoda\icons\ .\Debug\icons\
COPY .\ParsecSoda\icons\ .\Release\icons\

COPY .\ParsecSoda\fonts\ .\x64\Debug\fonts\
COPY .\ParsecSoda\fonts\ .\x64\Release\fonts\
COPY .\ParsecSoda\fonts\ .\Debug\fonts\
Expand All @@ -44,6 +39,11 @@ COPY .\ParsecSoda\fonts\ .\Release\fonts\
COPY .\ParsecSoda\sfx\ .\x64\Debug\sfx\
COPY .\ParsecSoda\sfx\ .\x64\Release\sfx\
COPY .\ParsecSoda\sfx\ .\Debug\sfx\

COPY .\ParsecSoda\sfx\ .\Release\sfx\
COPY .\ParsecSoda\icons\ .\x64\Debug\icons\
COPY .\ParsecSoda\icons\ .\x64\Release\icons\
COPY .\ParsecSoda\icons\ .\Debug\icons\
COPY .\ParsecSoda\icons\ .\Release\icons\

pause

0 comments on commit 2360a3b

Please sign in to comment.