We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de470f6 commit 20f1c09Copy full SHA for 20f1c09
Make.bat
@@ -77,6 +77,9 @@ if %buildChangelogAndReadme% == 1 (
77
echo Copy soundSwitched image
78
xcopy /y img\soundSwitched.png %finalDir% >nul 2>nul
79
80
+echo Copy CLI README
81
+xcopy /y SoundSwitch.CLI\README.md %finalDir% >nul 2>nul
82
+
83
echo Copy LICENSE
84
xcopy /y LICENSE.txt %finalDir% >nul 2>nul
85
xcopy /y Terms.txt %finalDir% >nul 2>nul
0 commit comments