mirror of
https://github.com/italicsjenga/ableton-rack-converter.git
synced 2024-11-25 08:31:30 +11:00
5 lines
334 B
Bash
Executable file
5 lines
334 B
Bash
Executable file
cargo build --target=x86_64-pc-windows-gnu --target-dir=./build/windows --release
|
|
mkdir -p build/release/windows
|
|
cp build/windows/x86_64-pc-windows-gnu/release/converter.exe build/release/windows/ableton-rack-converter.exe
|
|
cp build/windows/x86_64-pc-windows-gnu/release/compressor.exe build/release/windows/xml-to-compressed-rack.exe
|