We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3581b commit 638bae2Copy full SHA for 638bae2
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"]? || "7566322-experimental"
+COMMIT_HASH = ENV["LIBUI_NG_COMMIT_HASH"]? || "d601e00-experimental"
5
6
# Path constants
7
BUILD_DIR = "builddir"
0 commit comments