#how to build a binary using tauri?

4 messages · Page 1 of 1 (latest)

wary crown
#

hello everyone absolute noob here :), like i'm a serious noob i just installed rust so i can use this one app someone made using it
anyway to run their program i need to do cargo tauri dev which seems like it's compling a bin everytime, could i compile a bin and then just use that?
how would i do that, or where atleast could i find the bin that the command is creating so i can just copy paste in in my relevant PATH or something

this is the app btw, it's like a frontend for desktop of monkeytype(a popular typing test web app)
https://github.com/Fuwn/monkeytype-desktop

GitHub

🐵 Monkeytype, but for desktop. Contribute to Fuwn/monkeytype-desktop development by creating an account on GitHub.

crimson junco
#

You can do cargo tauri build

wary crown
#

yes i figured this out from googling lol sorry, but i appreciate it, ty, do you know how to scale the resolution too by any chance?

crimson junco
#

No 😅 I haven't actually used tauri yet