Skip to content

Commit 20f1c09

Browse files
committed
ci: add readme
1 parent de470f6 commit 20f1c09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Make.bat

+3
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ if %buildChangelogAndReadme% == 1 (
7777
echo Copy soundSwitched image
7878
xcopy /y img\soundSwitched.png %finalDir% >nul 2>nul
7979

80+
echo Copy CLI README
81+
xcopy /y SoundSwitch.CLI\README.md %finalDir% >nul 2>nul
82+
8083
echo Copy LICENSE
8184
xcopy /y LICENSE.txt %finalDir% >nul 2>nul
8285
xcopy /y Terms.txt %finalDir% >nul 2>nul

0 commit comments

Comments
 (0)