Skip to content

Commit

Permalink
Update wrapper to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Jun 28, 2024
1 parent 5b637b2 commit b4af4f7
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.4
export INSTALLER_VERSION=0.0.6
export INSTALLER_URL=https://github.com/korlibs/compiler.korge.org/releases/download/v$INSTALLER_VERSION/korge-kotlin-compiler-all.tar.xz
export INSTALLER_SHA256=f059e3756c8762ce9b9eedc8a8ec569ea0d480726bfa81299ef34998dc27d6fd
export INSTALLER_SHA256=f4290aa0452e2a621b475568e4c4b03e75fad16176677dfa7bf0b8a1eb7d79cb

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.4
SET INSTALLER_VERSION=0.0.6
SET INSTALLER_URL=https://github.com/korlibs/compiler.korge.org/releases/download/v%INSTALLER_VERSION%/korge-kotlin-compiler-all.tar.xz
SET INSTALLER_SHA256=f059e3756c8762ce9b9eedc8a8ec569ea0d480726bfa81299ef34998dc27d6fd
SET INSTALLER_SHA256=f4290aa0452e2a621b475568e4c4b03e75fad16176677dfa7bf0b8a1eb7d79cb

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

0 comments on commit b4af4f7

Please sign in to comment.