Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 1, 2020 15:50
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/6636ef010f4a7d3c808034a67f18a557 to your computer and use it in GitHub Desktop.
Save r-ryantm/6636ef010f4a7d3c808034a67f18a557 to your computer and use it in GitHub Desktop.
/nix/store/vy5s4h9dc3zanq3i3l5ad2q7r8w6gslq-appeditor-1.1.1
├── bin
│   └── com.github.donadigo.appeditor
└── share
├── applications
│   └── com.github.donadigo.appeditor.desktop
├── contractor
│   └── com.github.donadigo.appeditor.contract
├── glib-2.0
├── gsettings-schemas
│   └── appeditor-1.1.1
│   └── glib-2.0
│   └── schemas
│   ├── com.github.donadigo.appeditor.gschema.xml
│   └── gschemas.compiled
├── icons
│   └── hicolor
│   ├── 128x128
│   │   └── apps
│   │   └── com.github.donadigo.appeditor.svg
│   ├── 16x16
│   │   └── apps
│   │   └── com.github.donadigo.appeditor.svg
│   ├── 24x24
│   │   └── apps
│   │   └── com.github.donadigo.appeditor.svg
│   ├── 32x32
│   │   └── apps
│   │   └── com.github.donadigo.appeditor.svg
│   ├── 48x48
│   │   └── apps
│   │   └── com.github.donadigo.appeditor.svg
│   └── 64x64
│   └── apps
│   └── com.github.donadigo.appeditor.svg
├── locale
│   ├── de
│   │   └── LC_MESSAGES
│   │   └── com.github.donadigo.appeditor.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   └── com.github.donadigo.appeditor.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   └── com.github.donadigo.appeditor.mo
│   ├── ja
│   │   └── LC_MESSAGES
│   │   └── com.github.donadigo.appeditor.mo
│   ├── pt_BR
│   │   └── LC_MESSAGES
│   │   └── com.github.donadigo.appeditor.mo
│   └── ru
│   └── LC_MESSAGES
│   └── com.github.donadigo.appeditor.mo
└── metainfo
└── com.github.donadigo.appeditor.appdata.xml
37 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment