diff options
author | Uruk <uruknarb20@gmail.com> | 2024-02-23 18:25:23 +0100 |
---|---|---|
committer | Uruk <uruknarb20@gmail.com> | 2024-02-23 18:25:23 +0100 |
commit | c005fa0d0f5dac21d67944bfb02e580372b225eb (patch) | |
tree | ee6e304f7c386c4882ff5e3040319991b7d5c641 /README.md | |
parent | Apply suggestions (diff) | |
download | jellyfin-packaging-c005fa0d0f5dac21d67944bfb02e580372b225eb.tar.gz jellyfin-packaging-c005fa0d0f5dac21d67944bfb02e580372b225eb.tar.bz2 jellyfin-packaging-c005fa0d0f5dac21d67944bfb02e580372b225eb.zip |
Missed
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ TODO - these have not yet been implemented. * Multiple archive type support (`.tar.gz` vs. `.zip`) - The output archive type (`.tar.gz` or `.zip`) is chosen based on the build target, with Portable providing both for maximum compatibility, Windows providing `.zip, and Linux and MacOS providing `.tar.gz`. This can be changed later, for example to add more formats (e.g. `.tar.xz`) or change what produces what, without major complications. + The output archive type (`.tar.gz` or `.zip`) is chosen based on the build target, with Portable providing both for maximum compatibility, Windows providing `.zip`, and Linux and MacOS providing `.tar.gz`. This can be changed later, for example to add more formats (e.g. `.tar.xz`) or change what produces what, without major complications. * Full architecture support |