clash-verge-rev/.github/build-for-linux/build.sh

6 lines
174 B
Bash
Raw Normal View History

2023-12-07 15:34:49 +08:00
pnpm install
pnpm check $INPUT_TARGET
sed -i "s/#openssl/openssl={version=\"0.10\",features=[\"vendored\"]}/g" src-tauri/Cargo.toml
2024-06-08 19:36:58 +08:00
cargo tauri build --target $INPUT_TARGET