Update src/invidious.cr

Co-authored-by: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com>
This commit is contained in:
Fijxu 2026-08-06 18:14:01 -04:00
parent 400bb30803
commit 086763c67c
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

@ -55,7 +55,7 @@ require "./invidious/jobs/*"
# version.
{% if compare_versions(Crystal::VERSION, "1.14.1") < 0 %}
{{ raise "Crystal version 1.14.1 or newer is required to build Invidious. \
you currently have Crystal version #{Crystal::VERSION}, \
You currently have Crystal version #{Crystal::VERSION} installed. \
update it to a new version to be able to build Invidious. \
For more information, visit the official Crystal compiler website: https://crystal-lang.org/install/" }}
{% end %}