Matthias Mailänder
Matthias Mailänder
There is `$XDG_DATA_DIRS` but it defaults to `/usr/local/share/:/usr/share/` which is not writable for users.
I only shifted the map translations that are used exclusively in that map. Left some that have generic potential like "Scientist" even though it is currently used by one maps....
Loading all briefings into the translation bundle just to pick one is also inefficient. They all would need different keys. It doesn't make sense at all when you think it...
Separated the extraction commit and made the multiplayer lobby command more robust. I can't remove the string extractions, as it creates warnings that are treated as errors by CI.
Solved by #1049.
See https://github.com/OpenRA/OpenRA/issues/3099
Do you mean https://github.com/OpenRA/OpenRA/pull/21690?
Adding or removing the environmental variable did not work in my repository. It always failed after a successful AppImage creation, making this action unusable.
I am not sure if this is because I ran it in a private repository or because of the other breakages that have been reported here but never fixed and...
This is about the GitHub Action. The workaround was to use Docker directly.