jedireza / gimp-hidpi

A theme for HiDPI displays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unzip -j destroys the folder structure.

OneOfOne opened this issue · comments

Using unzip -j gimp-hidpi-master.zip -d ~/.gimp-2.8/themes/gimp-hidpi/ removes the folder structure and puts everything in the same folder, which breaks the theme.

Should be unzip gimp-hidpi-master.zip -d ~/.gimp-2.8/themes/gimp-hidpi/ (without the -j).

Thanks for creating an issue. Would you be willing to create a PR for this?

@jedireza done and great work btw!