Skip to content

develop

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Nov 08:29
· 1 commit to main since this release
a934c66
OLED model compatibility! (#165)

* Improve launcher.sh script (#155)

Use grep with -c flag instead of wc -l command.
Additionally, change quotation of path pointing to cryo_utilities
binary.

Signed-off-by: skaluzka <skaluzka@protonmail.com>

* Single quotes for manual installation script. (#125)

* Single quotes

For me echo only worked with single quotes.

* Make sure "$HOME"/.local/share/applications exists

* Update scaling logic for OLED

---------

Signed-off-by: skaluzka <skaluzka@protonmail.com>
Co-authored-by: skaluzka <34603480+skaluzka@users.noreply.github.com>
Co-authored-by: Tobias Domhan <tdomhan@gmail.com>