Skip to content
This repository was archived by the owner on Nov 13, 2022. It is now read-only.

Commit

Permalink
-- Updating for Leikr-0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbuntu committed Nov 5, 2019
1 parent c573693 commit f62239d
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/Leikr
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ fi

JVM_ARGS="-Xmx64M -XX:+CMSClassUnloadingEnabled -jar"

exec "$JAVA_COMMAND" $JVM_ARGS "Leikr-0.0.12.jar" $1
exec "$JAVA_COMMAND" $JVM_ARGS "Leikr.jar" $1
2 changes: 1 addition & 1 deletion assets/Leikr.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
START javaw -Xmx64M -XX:+CMSClassUnloadingEnabled -jar Leikr-0.0.12.jar
START %~dp0jre\bin\javaw.exe -Xmx64M -XX:+CMSClassUnloadingEnabled -jar Leikr.jar
Binary file removed assets/Packages/ControllerUtil.lkr
Binary file not shown.
Binary file removed assets/Packages/DogCat.lkr
Binary file not shown.
Binary file removed assets/Packages/Eval.lkr
Binary file not shown.
Binary file removed assets/Packages/FoodChain.lkr
Binary file not shown.
Binary file removed assets/Packages/LeikrShmup.lkr
Binary file not shown.
Binary file removed assets/Packages/Platform.lkr
Binary file not shown.
Binary file removed assets/Packages/Shapes.lkr
Binary file not shown.
Binary file removed assets/Packages/SpriteViewer.lkr
Binary file not shown.
Binary file removed assets/Packages/WizRobo.lkr
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/Sys/mysecurity.policy
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ grant{
};

//Leikr specific
grant codeBase "file:Leikr-0.0.12.jar"{
grant codeBase "file:Leikr.jar"{
//Necessary to access XRANDR
permission java.security.AllPermission;
};
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {

allprojects {

version = '0.0.12'
//version = '0.0.13'
ext {
appName = 'Leikr'
mini2DxVersion = '2.0.0-alpha.11'
Expand Down
1 change: 1 addition & 0 deletions desktop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ shadowJar {
//minimize()
baseName = 'Leikr'
classifier = null
version = null
//Exclude Asset directories from inside the jar.
exclude 'Data'
exclude 'Programs'
Expand Down

0 comments on commit f62239d

Please sign in to comment.