typo fix in the script
This commit is contained in:
parent
4c4948c82c
commit
cbe813e0fa
1 changed files with 1 additions and 1 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/idmangercli.exe ./product/idmangler-gui-windows-x64
|
||||
cp ./target/x86_64-pc-windows-gnu/release/idmanglercli.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