plata
plata
The problem is this: https://github.com/PhoenicisOrg/phoenicis/blob/8befcc028d1e1392f906959521d851c51e6f85b5/phoenicis-dist/src/flatpak/org.phoenicis.playonlinux.yml#L111
> It should be just path: target/phoenicis-flatpak.zip Ok, I could change the path such that everything is relative to the project root dir. Currently, it's not like that because we...
> You can use a simple buildsystem and add whatever commands you're using to build the .jar there, can't that work? As long as I'm outside the flatpak environment, yes.
see https://github.com/flatpak/flatpak-builder/issues/58
I see. The project requires Maven, so I don't think that's a practical approach for me.
@leif81 I'm sorry but I cannot provide pull requests (at least currently). Nevertheless I hope that I've pointed out the issues and possible solutions in a way that enables others...
Maybe the wording is not quite correct. It's not that A includes B and B includes A. I was referring more to the dependencies if you look at it from...
Having the "up" key in terminal would also be very helpful.
The `var` to `const` is done. What's the advantage of using `Resource`? Shouldn't `Resource` be used only for stuff which is shared between scripts? If you use it to download...