Closed j20001970 closed 5 months ago
Started test build 119606
Build 119606 successful To test this build, install it from the testing repository:
flatpak install --user https://dl.flathub.org/build-repo/102454/org.godotengine.Godot.flatpakref
@Calinou (sorry for the ping) You may want to merge this PR as well.
After #160, installing
org.godotengine.Godot
from Flathub will haveorg.freedesktop.Sdk.Extension.openjdk17
installed together so that flatpak godot do not need to bundle JDK itself. This PR does the clean up of unused steps since #151 from manifest including:add-ld-path
(no need to add lib path toLD_LIBRARY_PATH
as jdk executables have rpath to../lib
)/app/jre
(it is not used by wrapper script anymore)JAVA_HOME
variable as we have already configured JDK path to located at/app/jdk