wrong filename oops

This commit is contained in:
endernon 2024-11-05 20:31:56 +00:00
parent d1099bbf82
commit 4c4948c82c

View file

@ -3,5 +3,5 @@ cargo build --target x86_64-pc-windows-gnu --package idmanglercli --bin idmangle
mkdir -p product
cp ./target/x86_64-pc-windows-gnu/release/newestidmangler ./product/idmangler-gui-windows-x64
cp ./target/x86_64-unknown-linux-gnu/release/newestidmangler ./product/idmangler-gui-linux-x64
cp ./target/x86_64-pc-windows-gnu/release/idmangercli.exe ./product/idmangler-gui-windows-x64
cp ./target/x86_64-unknown-linux-gnu/release/idmanglercli ./product/idmangler-gui-linux-x64