Skip to content

Commit

Permalink
Wrapper 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Jun 28, 2024
1 parent 94361ba commit 527d28d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions korge
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

export INSTALLER_VERSION=0.0.6
export INSTALLER_VERSION=0.0.7
export INSTALLER_URL=https://github.com/korlibs/compiler.korge.org/releases/download/v$INSTALLER_VERSION/korge-kotlin-compiler-all.tar.xz
export INSTALLER_SHA256=f4290aa0452e2a621b475568e4c4b03e75fad16176677dfa7bf0b8a1eb7d79cb
export INSTALLER_SHA256=d56170fef85dba9944379d8b9e8f8feb557fd85e702fd10c853c4e87229d17a0

download_file()
{
Expand Down
4 changes: 2 additions & 2 deletions korge.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

SETLOCAL EnableDelayedExpansion

SET INSTALLER_VERSION=0.0.6
SET INSTALLER_VERSION=0.0.7
SET INSTALLER_URL=https://github.com/korlibs/compiler.korge.org/releases/download/v%INSTALLER_VERSION%/korge-kotlin-compiler-all.tar.xz
SET INSTALLER_SHA256=f4290aa0452e2a621b475568e4c4b03e75fad16176677dfa7bf0b8a1eb7d79cb
SET INSTALLER_SHA256=d56170fef85dba9944379d8b9e8f8feb557fd85e702fd10c853c4e87229d17a0

SET KORGEDIR=%USERPROFILE%\.korge
SET JAVA=%KORGEDIR%\jre-21\bin\java.exe
Expand Down

0 comments on commit 527d28d

Please sign in to comment.