wrong filename oops
This commit is contained in:
parent
d1099bbf82
commit
4c4948c82c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue