File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,18 +15,28 @@ if %errorlevel% neq 0 exit /b %errorlevel%
1515cd ..
1616
1717mkdir bin
18+
19+ copy /y /d " cmalcor\bin\cmalcor.exe" " bin\"
1820copy /y /d " cmalcor\bin\cmalcor.dll" " bin\"
1921ilmerge /targetplatform:v4 /out:bin/CmAlcorGUI.exe " cmalcor-gui/bin/Release/CmAlcorGUI.exe" " cmalcor-gui/bin/Release/Cyotek.Windows.Forms.ColorPicker.dll"
2022copy /y /d " cmalcor-gui\bin\Release\DarkUI.dll" " bin\"
2123copy /y /d " cmalcor-gui\bin\Release\CmAlcorGUI.exe.config" " bin\"
22- copy /y /d README.md bin\readme.txt
2324del bin\CmAlcorGUI.pdb
24- :: Build license file
25+
26+ echo Better viewed on GitHub: https://github.com/thelink2012/cmalcor/blob/master/README.md > bin/readme.txt
27+ echo . >> bin/readme.txt
28+ type README.md >> bin/readme.txt
29+
2530echo =================== https://github.com/thelink2012/cmalcor =================== > bin/license.txt
2631echo . >> bin/license.txt
2732type LICENSE >> bin/license.txt
2833echo . >> bin/license.txt
2934echo . >> bin/license.txt
35+ echo =================== https://github.com/docopt/docopt.cpp =================== >> bin/license.txt
36+ echo . >> bin/license.txt
37+ type cmalcor\deps\docopt\LICENSE-MIT >> bin/license.txt
38+ echo . >> bin/license.txt
39+ echo . >> bin/license.txt
3040echo ========= https://github.com/cyotek/Cyotek.Windows.Forms.ColorPicker ========= >> bin/license.txt
3141echo . >> bin/license.txt
3242type cmalcor-gui\Dependencies\Cyotek.Windows.Forms.ColorPicker\license.txt >> bin/license.txt
You can’t perform that action at this time.
0 commit comments