-
Have read through: And from what I can understand:
That however only build x86 artifacts. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 18 replies
-
instead of |
Beta Was this translation helpful? Give feedback.
-
Not sure if anyone else is interested, but if you have Bun installed, you can also do |
Beta Was this translation helpful? Give feedback.
-
Hi, this script automates the setup and ARM64 build for FreeTube on macOS. It clones the repository (if needed), updates it, installs dependencies, and builds the app. After a setup, only ./build_freetube.sh can be executed and the new app can be moved from folder /build to the applications Usage:
|
Beta Was this translation helpful? Give feedback.
instead of
npm run build
you want to doyarn run build:arm64