kRHYME7 / Hyde-cli

A HyDE CLI, wrapper, tweaks , workarounds, and more!
https://github.com/prasanthrangan/hyprdots
GNU General Public License v3.0
56 stars 4 forks source link

Fix missing `landing` directory preventing `update.check` file creation #73

Closed zeerayne closed 1 month ago

zeerayne commented 1 month ago

Without this fix on fresh install update check was triggered every time I used Hyde cli.

Also when run, error was shown:

touch: cannot touch '<home>/.cache/hyde/landing/update.check': No such file or directory

This patch adds missing landing directory

kRHYME7 commented 1 month ago

Great!