Skip to content

Commit

Permalink
chore: Update buildcli.bat to remove unnecessary console output
Browse files Browse the repository at this point in the history
  • Loading branch information
jooapa committed Jun 28, 2024
1 parent dd72cc9 commit 59d4d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jammer.CLI/buildcli.bat
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ COPY /B /Y "../libs\win\x64\bass.dll" %targetFolder% 1>NUL
ECHO.

cd ..
ECHO Copying LICENSE vittu
ECHO Copying LICENSE
COPY /B /Y "LICENSE" "nsis/" 1>NUL
ECHO.
cd Jammer.CLI
Expand Down

0 comments on commit 59d4d1f

Please sign in to comment.