Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 695 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 695 Bytes

pud-quicklook

Pud-Quicklook is a Quicklook plug-in to preview PUD files. PUD files are Warcraft II custom maps, that can be created via editors such as Blizzard's default World Map Editor or war2edit.

Pud-Quicklook relies on the libpud. More details can be found there: https://github.com/war2/war2tools.

Build

Basically:

make
sudo make install

To uninstall, you can manually remove the pud-quicklook Plugin from the Finder (in /Library/QuickLook) or run:

sudo make uninstall

License

The Pud quicklook plugin in under the MIT license. See LICENSE for mode details.