Create executable for all platforms #4057
-
|
Hi, i'm on mac with Tauri and when i lunch the bundle (yarn tauri build --verbose) the only executable that create is for mac, someone that know how to tell Tauri to build also the executables for windows and Linux? |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
May 4, 2022
Replies: 1 comment 5 replies
-
|
We don't support cross-platform compilation yet (hopefully "yet"). Until then you have to resolve to tools like GitHub action or local VMs. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
ithilbor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We don't support cross-platform compilation yet (hopefully "yet"). Until then you have to resolve to tools like GitHub action or local VMs.