bundle CHANGELOG.md with release zips

This commit is contained in:
yuni 2024-04-29 15:57:37 +02:00
parent 217e02afb1
commit ca63fb5e03

View file

@ -33,6 +33,7 @@ mkdir "$SRCPATH"
cp ../README.md "$SRCPATH" cp ../README.md "$SRCPATH"
cp ../LICENSE.md "$SRCPATH" cp ../LICENSE.md "$SRCPATH"
cp ../CHANGELOG.md "$SRCPATH"
cp ../target/x86_64-pc-windows-gnu/release/outfly.exe "$SRCPATH"/OutFly.exe cp ../target/x86_64-pc-windows-gnu/release/outfly.exe "$SRCPATH"/OutFly.exe
zip -v -r -9 ../"outfly_v${VERSION}_windows.zip" "$SRCPATH" zip -v -r -9 ../"outfly_v${VERSION}_windows.zip" "$SRCPATH"