We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30013c2 commit c242c87Copy full SHA for c242c87
1 file changed
download.cr
@@ -1,7 +1,7 @@
1
require "compress/zip"
2
require "file_utils"
3
4
-COMMIT_HASH = ENV["LIBUI_NG_COMMIT_HASH"]? || "3e24d8c-experimental"
+COMMIT_HASH = ENV["LIBUI_NG_COMMIT_HASH"]? || "c22fa64-experimental"
5
6
# Path constants
7
BUILD_DIR = "builddir"
0 commit comments