PortableLinuxGames icon indicating copy to clipboard operation
PortableLinuxGames copied to clipboard

pacman2appDir should support Antergos

Open probonopd opened this issue 9 years ago • 0 comments

Antergos is an Arch-based distribution. Currently ./PortableLinuxGames/pacman2appDir vlc gives Distro not supported.

I think a better way to detect the distribution would be something like

grep 'ID_LIKE="arch"' /etc/os-release >/dev/null && echo "Arch found"

probonopd avatar Dec 08 '15 00:12 probonopd