Commit fdef45d9 authored by Roman Alifanov's avatar Roman Alifanov

added .run file support

parent 121f1c9f
...@@ -46,7 +46,7 @@ repackq() { ...@@ -46,7 +46,7 @@ repackq() {
# GUI селектор пакетов # GUI селектор пакетов
pkgselection() { pkgselection() {
PKG_PATH=$($YAD_DEFAULT --file --file-filter="*.rpm *.deb *.appimage *.AppImage") PKG_PATH=$($YAD_DEFAULT --file --file-filter="*.rpm *.deb *.appimage *.AppImage *.Appimage *.run")
echo "$PKG_PATH" echo "$PKG_PATH"
} }
......
...@@ -16,7 +16,7 @@ Requires: yad notify-send eepm eepm-repack bash ...@@ -16,7 +16,7 @@ Requires: yad notify-send eepm eepm-repack bash
%description %description
EPM GUI Package Installer was created to install packages EPM GUI Package Installer was created to install packages
(.rpm .deb .AppImage) by means of epm repack in GUI execution. (.rpm .deb .AppImage .run) by means of epm repack in GUI execution.
%prep %prep
%setup %setup
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment