We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dad608 commit 2e8c3d5Copy full SHA for 2e8c3d5
Makefile
@@ -12,7 +12,7 @@ APPNAME := ffmpeg-coder
12
13
.PHONY: all
14
15
-all: dir build run
+all: build run
16
17
.PHONY: build
18
build:
ffmpeg-coder/DEBIAN/control
@@ -1,9 +1,9 @@
1
Package: ffmpeg-coder
2
Version: 1.0
3
-Section: custom
+Section: misc
4
Priority: optional
5
-Architecture: all
+Architecture: any
6
Essential: no
7
Installed-Size: 512
8
-Maintainer: abir-tx
+Maintainer: abir-tx <abirtx@yandex.com>
9
Description: A small cross platform CLI tool which will help in producing different types video converting codes quickly for new ffmpeg CLI users
ffmpeg-coder/DEBIAN/usr/bin/ffmpeg-coder
-77.8 KB
0 commit comments