final bugfix for 0.4.0: remove pushing README.md to build script, put config.md instead as it was a typo

This commit is contained in:
endernon 2024-11-05 22:00:16 +00:00
parent 2d23ba3c01
commit 8b1f124552

View file

@ -5,7 +5,7 @@ mkdir -p product
cp ./target/x86_64-pc-windows-gnu/release/idmangler-cli.exe ./product/idmangler-cli-windows-x64.exe
cp ./target/x86_64-unknown-linux-gnu/release/idmangler-cli ./product/idmangler-cli-linux-x64
cp -u -p ./{config.json,config_hanafupookie.json,config_singu.json,README.md} ./product/
cp -u -p ./{config.json,config_hanafupookie.json,config_singu.json,config.md} ./product/
pkgversion=$(cargo metadata --format-version=1 --no-deps | jq '.packages[] | select(.name == "idmangler-cli") | .version')
echo "package version is:"