3 Commits

5 changed files with 16 additions and 2 deletions

View File

@@ -4,8 +4,8 @@ Website = "https://gui-for-ffmpeg.projects.kor-elf.net/language/en"
Icon = "assets/icon.png" Icon = "assets/icon.png"
Name = "GUI for FFmpeg" Name = "GUI for FFmpeg"
ID = "net.kor-elf.projects.gui-for-ffmpeg" ID = "net.kor-elf.projects.gui-for-ffmpeg"
Version = "1.0.0" Version = "1.0.1"
Build = 75 Build = 98
[LinuxAndBSD] [LinuxAndBSD]
GenericName = "GUI for FFmpeg" GenericName = "GUI for FFmpeg"

View File

@@ -5,3 +5,8 @@ Run "make user-uninstall" to uninstall from ~/.local/
System install System install
Run "sudo make install" to install the application. Run "sudo make install" to install the application.
Run "sudo make uninstall" to uninstall the application. Run "sudo make uninstall" to uninstall the application.
The program can be launched via the start menu in the Audio/Video or Standard section.
You can also call the program via the terminal:
gui-for-ffmpeg

View File

@@ -5,3 +5,8 @@
Установить для всей системы Установить для всей системы
Запустить "sudo make install" Для установки в систему. Запустить "sudo make install" Для установки в систему.
Запустить "sudo make uninstall" Для удаления из системы. Запустить "sudo make uninstall" Для удаления из системы.
Программу можно запустить через пуск в разделе Аудио/Видео или Стандартные.
Также можно вызвать программу через терминал:
gui-for-ffmpeg

2
dist/linux/usr/local/bin/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*
!.gitignore

View File

@@ -0,0 +1,2 @@
*
!.gitignore