Compare commits
3 Commits
aaf43c15aa
...
799d257e9d
Author | SHA1 | Date | |
---|---|---|---|
799d257e9d
|
|||
6adbff9bbf
|
|||
fc4c916735
|
@@ -4,8 +4,8 @@ Website = "https://gui-for-ffmpeg.projects.kor-elf.net/language/en"
|
||||
Icon = "assets/icon.png"
|
||||
Name = "GUI for FFmpeg"
|
||||
ID = "net.kor-elf.projects.gui-for-ffmpeg"
|
||||
Version = "1.0.0"
|
||||
Build = 75
|
||||
Version = "1.0.1"
|
||||
Build = 98
|
||||
|
||||
[LinuxAndBSD]
|
||||
GenericName = "GUI for FFmpeg"
|
||||
|
5
dist/linux/Readme-eng.txt
vendored
5
dist/linux/Readme-eng.txt
vendored
@@ -5,3 +5,8 @@ Run "make user-uninstall" to uninstall from ~/.local/
|
||||
System install
|
||||
Run "sudo make install" to install 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
|
5
dist/linux/Readme-rus.txt
vendored
5
dist/linux/Readme-rus.txt
vendored
@@ -5,3 +5,8 @@
|
||||
Установить для всей системы
|
||||
Запустить "sudo make install" Для установки в систему.
|
||||
Запустить "sudo make uninstall" Для удаления из системы.
|
||||
|
||||
|
||||
Программу можно запустить через пуск в разделе Аудио/Видео или Стандартные.
|
||||
Также можно вызвать программу через терминал:
|
||||
gui-for-ffmpeg
|
2
dist/linux/usr/local/bin/.gitignore
vendored
Normal file
2
dist/linux/usr/local/bin/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
2
dist/linux/usr/local/share/pixmaps/.gitignore
vendored
Normal file
2
dist/linux/usr/local/share/pixmaps/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
Reference in New Issue
Block a user