Replies: 1 comment 1 reply
-
What exactly would that look like? If you want to not have to rebuild everything from scratch, just... don't. First build$ git clone https://github.com/elkowar/eww
$ cd eww
$ cargo build --release your binary is now in later, after an update$ cd eww
$ git pull
$ cargo build --release updated binary is now in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I built eww the first time, it took forever. While this wouldn’t be a high-priority feature, it would be a nice QoL change to allow people to update eww instead of having to reinstall it.
Please tell me if this is already a thing and I’m just oblivious to it.
Beta Was this translation helpful? Give feedback.
All reactions