ChatGPT-Next-Web/docs/mobile-build-instruction.md
2024-12-28 19:55:49 -08:00

333 B

Build Instruction for IOS and Android

Android

Run command

yarn
yarn tauri android build

IOS

IOS build requires Mac and a developer account or ios certificate. See here for detail.
After you have the signing requirement. Run command to build

yarn
yarn tauri ios build