Is it possible to build a generic binary with default dist resources and could change without re-build later? #8379
liudonghua123
started this conversation in
General
Replies: 1 comment 2 replies
-
In dev mode you could use a tool like vite that has hot reloading but i assume you're talking about |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I write some tools in pure html/css/js, and I want to use tauri to package them as binary. But sometimes I only changed the dist resources, name and icon, I need to change tauri.config.json file and re-build it.
Is there any methods for just replace the dist resource and icon in the prebuild binary? In such way, the process I mentioned above is more easier and quick.
Beta Was this translation helpful? Give feedback.
All reactions