How could I specify taurui build
products?
#11278
-
I only want a |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
Oct 10, 2024
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
s3xysteak
-
Thank you! You are the real hero. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tauri build -b none
(v1) ortauri build --no-bundle
(v2). Or you can changebundle.targets
in tauri.conf.json accordingly.