Commit graph

8 commits

Author SHA1 Message Date
NBA2K1
6d194007a4 Add AVIF support for Linux
requires libavif package to be installed
2026-08-13 20:24:18 +02:00
NBA2K1
0a3f5875e1 add dependency requirements 2026-08-11 23:16:22 +02:00
Mehakdeep Singh
6a9eecbc18 fix(linux): declare deb dependencies so libmpv2 is installed (#700)
the deb make_config had the dependency key misspelled as 'depencencies',
so fastforge never wrote a Depends: field into the package. installing the
.deb therefore didn't pull in libmpv2, and the app failed to launch with:
  libmpv.so.2: cannot open shared object file: No such file or directory

renaming the key to 'dependencies' (what fastforge actually reads) makes
the .deb depend on libwebkit2gtk-4.1-0 and libmpv2, so apt/discover install
them automatically. the package names were already correct for the ubuntu
24.04 base, just under the wrong key.
2026-07-14 12:23:07 -07:00
NBA2K1
7c1ef56902 Use correct icon sizes on Linux 2025-07-16 13:17:17 +02:00
NBA2K1
a3b733aa1e Use icons from macOS folder
instead of converting on-the-fly
2025-07-16 11:19:16 +02:00
NBA2K1
60442f55da update install size of deb package
and add required dependencies
2025-07-11 06:28:34 +02:00
Enbiya Olgun
7edab23ecf Changed App Category to "AudioVideo"
+ corrected a typo
2025-04-06 16:23:26 +02:00
kodjomoustapha
f3c15b3143 add linux build configs 2024-11-14 14:42:45 +01:00