From 2360a3b10840a65ae3473708c4f39fda7ef1473f Mon Sep 17 00:00:00 2001 From: FlavioFS Date: Sat, 18 Feb 2023 09:36:32 -0300 Subject: [PATCH] Dependency bat reordered --- dependency_setup.bat | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dependency_setup.bat b/dependency_setup.bat index 68511ae0..9e706302 100644 --- a/dependency_setup.bat +++ b/dependency_setup.bat @@ -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\ @@ -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 \ No newline at end of file