You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/flatpak-maintenance.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,19 @@ One thing to note, is that we are using self contained builds in the Flatpak, so
54
54
55
55
These are required for .NET self contained builds, but are not generated by that tool. If there is an updated version of those it should be as simple as replacing the version numbers in the URL and then just downloading it to check what the sha512sum of the file is locally.
56
56
57
+
## Building locally
58
+
You'll need the [flatpak-builder](https://docs.flatpak.org/en/latest/flatpak-builder.html) tools installed.
59
+
60
+
In the Flatpak package repo you have checked out you can run this:
If you get errors like these, they can be ignored.
109
+
```
110
+
org.unitystation.StationHub.metainfo.xml: FAILED:
111
+
• attribute-invalid : <screenshot> width too large [https://unitystationfile.b-cdn.net/screenshots/unitystation-monke.png] maximum is 1600px
112
+
• attribute-invalid : <screenshot> height too large [https://unitystationfile.b-cdn.net/screenshots/unitystation-monke.png] maximum is 900px
113
+
• attribute-invalid : <screenshot> width too large [https://unitystationfile.b-cdn.net/screenshots/cargo-ui.jpg] maximum is 1600px
114
+
• attribute-invalid : <screenshot> height too large [https://unitystationfile.b-cdn.net/screenshots/cargo-ui.jpg] maximum is 900px
115
+
```
116
+
90
117
### Desktop entry
91
118
The desktop entry is specified in this file: https://github.com/unitystation/stationhub/blob/develop/UnitystationLauncher/Assets/org.unitystation.StationHub.desktop
0 commit comments