6 lines
174 B
Bash
6 lines
174 B
Bash
pnpm install
|
|
pnpm check $INPUT_TARGET
|
|
sed -i "s/#openssl/openssl={version=\"0.10\",features=[\"vendored\"]}/g" src-tauri/Cargo.toml
|
|
|
|
cargo tauri build --target $INPUT_TARGET
|