Skip to content

Commit

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

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

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

0 comments on commit 13e535b

Please sign in to comment.