Skip to content
乐平 edited this page Aug 5, 2022 · 2 revisions

mac pack:

npm run tauri build -- --target aarch64-apple-darwin
npm run tauri build -- --target universal-apple-darwin
  // import { listen } from "@tauri-apps/api/event";
  // import { throttle } from "lodash";
  // useEffect(() => {
  //   listen(
  //     "e_download_progress",
  //     throttle(({ payload }) => {}, 300)
  //   );
  // }, []);
Clone this wiki locally