clash-verge-rev/.github/build-for-linux/build.sh
2024-07-02 12:21:17 +08:00

6 lines
167 B
Bash

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