diff options
author | pommicket <pommicket@gmail.com> | 2025-02-26 11:41:21 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-02-26 11:41:31 -0500 |
commit | 846715b9bc68962070d7db724bcb67a63ddc61cc (patch) | |
tree | f0a4cdd3ac83d41116dafb66763ffab53e6c2760 /control.sh | |
parent | efd4d46ce9a6db066e1065895f12c9567f31ad67 (diff) |
fix deb installer
Diffstat (limited to 'control.sh')
-rwxr-xr-x | control.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ Architecture: amd64 Essential: no Maintainer: pommicket <pommicket@gmail.com> Description: Take pictures and videos with a webcam -Depends: libsdl2-2.0-0, libv4l-0, libudev1, libsodium23, libfontconfig1, libsdl2-ttf-2.0-0, libjpeg62-turbo, libavcodec59, libavformat59 +Depends: libsdl2-2.0-0, libv4l-0, libudev1, libsodium23, libfontconfig1, libsdl2-ttf-2.0-0, libjpeg62-turbo, libavcodec59 | libavcodec61, libavformat59 | libavformat61 Homepage: https://github.com/pommicket/camlet EOF echo 'Installed-Size: '$(wc -c release/camlet camlet.png camlet.desktop | tail -n1 | cut -d' ' -f1 || exit 1) |