mirror of
https://github.com/iv-org/invidious.git
synced 2026-08-17 05:20:51 -05:00
Update src/invidious.cr
Co-authored-by: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com>
This commit is contained in:
parent
2c2b35607b
commit
268d6e8420
@ -54,7 +54,7 @@ require "./invidious/jobs/*"
|
|||||||
# encouraging the user compiling Invidious, to update it's Crystal compiler
|
# encouraging the user compiling Invidious, to update it's Crystal compiler
|
||||||
# version.
|
# version.
|
||||||
{% if compare_versions(Crystal::VERSION, "1.14.1") < 0 %}
|
{% if compare_versions(Crystal::VERSION, "1.14.1") < 0 %}
|
||||||
{{ raise "Crystal version 1.14.1 or newer is required to build Invidious, \
|
{{ 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}, \
|
||||||
update it to a new version to be able to build Invidious. \
|
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/" }}
|
For more information, visit the official Crystal compiler website: https://crystal-lang.org/install/" }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user