Reorganized static folder

This commit is contained in:
Brandon Rozek 2022-06-11 20:36:10 -04:00
parent 7400bd41a4
commit 053cfc1a82
10 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@ tags: ["Packaging"]
One way to distribute to different Linux distributions is to compile the source under each of them and distribute it separately. This can be a pain to manage if you target multiple distributions and multiple versions of those distributions. Instead, let's take a look at AppImage. This allows us to package up our binaries and shared libraries under one file which we can distribute.
![AppImage Architecture Diagram](/img/appimage-architecture-overview.svg)
![AppImage Architecture Diagram](/files/images/appimage-architecture-overview.svg)
Source: https://docs.appimage.org/reference/architecture.html