Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/e980d657ef0f7ebc8ad61c9a60f8e77f to your computer and use it in GitHub Desktop.
Save r-ryantm/e980d657ef0f7ebc8ad61c9a60f8e77f to your computer and use it in GitHub Desktop.
/nix/store/gl706dnlp68gixl0da9d7iqkf2r5xxj0-tiled-1.3.4
├── bin
│   ├── terraingenerator
│   ├── tiled
│   ├── tmxrasterizer
│   └── tmxviewer
├── lib
│   ├── libtiled.so -> libtiled.so.1.0.0
│   ├── libtiled.so.1 -> libtiled.so.1.0.0
│   ├── libtiled.so.1.0 -> libtiled.so.1.0.0
│   ├── libtiled.so.1.0.0
│   └── tiled
│   └── plugins
│   ├── libcsv.so
│   ├── libdefoldcollection.so
│   ├── libdefold.so
│   ├── libdroidcraft.so
│   ├── libflare.so
│   ├── libgmx.so
│   ├── libjson1.so
│   ├── libjson.so
│   ├── liblua.so
│   ├── libreplicaisland.so
│   ├── libtbin.so
│   └── libtengine.so
└── share
├── applications
│   └── org.mapeditor.Tiled.desktop
├── icons
│   └── hicolor
│   └── scalable
│   ├── apps
│   │   └── tiled.svg
│   └── mimetypes
│   └── application-x-tiled.svg
├── man
│   └── man1
│   ├── tiled.1.gz
│   ├── tmxrasterizer.1.gz
│   └── tmxviewer.1.gz
├── metainfo
│   └── org.mapeditor.Tiled.appdata.xml
├── mime
│   └── packages
│   └── org.mapeditor.Tiled.xml
├── thumbnailers
│   └── tiled.thumbnailer
└── tiled
└── translations
├── tiled_ar_DZ.qm
├── tiled_bg.qm
├── tiled_cs.qm
├── tiled_de.qm
├── tiled_en.qm
├── tiled_es.qm
├── tiled_fi.qm
├── tiled_fr.qm
├── tiled_he.qm
├── tiled_hu.qm
├── tiled_it.qm
├── tiled_ja.qm
├── tiled_ko.qm
├── tiled_nb.qm
├── tiled_nl.qm
├── tiled_pl.qm
├── tiled_pt_PT.qm
├── tiled_pt.qm
├── tiled_ru.qm
├── tiled_sv.qm
├── tiled_tr.qm
├── tiled_uk.qm
├── tiled_zh_CN.qm
└── tiled_zh_TW.qm
19 directories, 53 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment