Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 21, 2018 06:21
Show Gist options
  • Save ryantm/dfc357796fabf91024a21e322be78e5f to your computer and use it in GitHub Desktop.
Save ryantm/dfc357796fabf91024a21e322be78e5f to your computer and use it in GitHub Desktop.
/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2
├── bin
│   ├── data -> /nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/share/openrct2
│   ├── openrct2
│   └── openrct2-cli
├── lib
│   └── libopenrct2.a
└── share
├── applications
│   ├── openrct2.desktop
│   ├── openrct2-savegame.desktop
│   ├── openrct2-scenario.desktop
│   └── openrct2-uri.desktop
├── doc
│   └── openrct2
│   ├── changelog.txt
│   ├── contributors.md
│   ├── licence.txt
│   └── readme.txt
├── icons
│   └── hicolor
│   ├── 128x128
│   │   └── apps
│   │   └── openrct2.png
│   ├── 16x16
│   │   └── apps
│   │   └── openrct2.png
│   ├── 24x24
│   │   └── apps
│   │   └── openrct2.png
│   ├── 256x256
│   │   └── apps
│   │   └── openrct2.png
│   ├── 32x32
│   │   └── apps
│   │   └── openrct2.png
│   ├── 48x48
│   │   └── apps
│   │   └── openrct2.png
│   ├── 64x64
│   │   └── apps
│   │   └── openrct2.png
│   ├── 96x96
│   │   └── apps
│   │   └── openrct2.png
│   └── scalable
│   └── apps
│   └── openrct2.svg
├── man
│   └── man6
│   └── openrct2.6.gz
├── metainfo
│   └── openrct2.appdata.xml
├── mime
│   └── packages
│   └── openrct2.xml
└── openrct2
├── g2.dat
├── language
│   ├── ar-EG.txt
│   ├── ca-ES.txt
│   ├── cs-CZ.txt
│   ├── de-DE.txt
│   ├── en-GB.txt
│   ├── en-US.txt
│   ├── es-ES.txt
│   ├── fi-FI.txt
│   ├── fr-FR.txt
│   ├── hu-HU.txt
│   ├── it-IT.txt
│   ├── ja-JP.txt
│   ├── ko-KR.txt
│   ├── nb-NO.txt
│   ├── nl-NL.txt
│   ├── pl-PL.txt
│   ├── pt-BR.txt
│   ├── ru-RU.txt
│   ├── sv-SE.txt
│   ├── zh-CN.txt
│   └── zh-TW.txt
└── shaders
├── applypalette.frag
├── applypalette.vert
├── applytransparency.frag
├── applytransparency.vert
├── drawline.frag
├── drawline.vert
├── drawrect.frag
└── drawrect.vert
35 directories, 53 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment