mirror of
https://github.com/Omni-guides/Jackify.git
synced 2026-06-08 01:37:44 +02:00
20 lines
406 B
Plaintext
20 lines
406 B
Plaintext
# Tools downloaded during AppImage build
|
|
# These are fetched from upstream sources during build_appimage_simple.sh
|
|
# They are NOT stored in git to keep the repository clean
|
|
# See THIRD_PARTY_NOTICES.md for licensing information
|
|
|
|
# Downloaded during build:
|
|
winetricks
|
|
cabextract
|
|
7z
|
|
wget
|
|
unzip
|
|
sha256sum
|
|
|
|
# lz4 is copied from system during build
|
|
lz4
|
|
|
|
# Keep this .gitignore and README
|
|
!.gitignore
|
|
!README.md
|