Skip to content

Commit

Permalink
Update Construo to 1.6.1 .
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyettinger committed Feb 8, 2025
1 parent ecc40a8 commit 2a58292
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ These were found by JojoIce in [this issue thread](https://github.com/libgdx/gdx
more future discoveries could be in that thread or in other issues. As far as I can tell, the first command clears any
attributes on the downloaded `.app`, which removes any quarantine settings, and the second command sets the entry point
inside the `.app` to be executable. The second command isn't needed anymore thanks to changes in Liftoff 1.12.1.15,
which uses construo 1.4.1 (the current version uses 1.5.1). Since the quarantine settings are applied to the .app when it is downloaded, there
which uses construo 1.4.1 (the current version uses 1.6.1). Since the quarantine settings are applied to the .app when it is downloaded, there
isn't really any change that could be made to how Liftoff is built that would make it somehow avoid being quarantined.
The only ways I know of that handle quarantine settings are to a) download gdx-liftoff.app via a tool such as curl, or
b) download it however you want and use the above `xattr` command to remove the file from quarantine. Using curl will
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
google()
}
dependencies {
classpath "io.github.fourlastor:construo:1.5.1"
classpath "io.github.fourlastor:construo:1.6.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "org.jlleitschuh.gradle:ktlint-gradle:11.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/gdx/liftoff/data/platforms/Lwjgl3.kt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath "io.github.fourlastor:construo:1.5.1"
classpath "io.github.fourlastor:construo:1.6.1"
if(enableGraalNative == 'true') {
classpath "org.graalvm.buildtools.native:org.graalvm.buildtools.native.gradle.plugin:0.9.28"
}
Expand Down

0 comments on commit 2a58292

Please sign in to comment.