Skip to content

Commit

Permalink
Update korge wrapper to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Jun 27, 2024
1 parent 13e535b commit 37bede9
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.3
export INSTALLER_VERSION=0.0.4
export INSTALLER_URL=https://github.com/korlibs/compiler.korge.org/releases/download/v$INSTALLER_VERSION/korge-kotlin-compiler-all.tar.xz
export INSTALLER_SHA256=34b8070ece5831e9feb80987f079750b88dc34256d0c5654d85cdb9ea96ec019
export INSTALLER_SHA256=f059e3756c8762ce9b9eedc8a8ec569ea0d480726bfa81299ef34998dc27d6fd

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

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

0 comments on commit 37bede9

Please sign in to comment.