Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 8, 2018 17:14
Show Gist options
  • Save ryantm/6b7f2e7d059ffb783473df19db9bff7f to your computer and use it in GitHub Desktop.
Save ryantm/6b7f2e7d059ffb783473df19db9bff7f to your computer and use it in GitHub Desktop.
/nix/store/54vmnvjzlrxqfmdh09mdl8lqrk9i1gkv-obs-linuxbrowser-0.5.0
└── share
└── obs
└── obs-plugins
└── obs-linuxbrowser
├── bin
│   └── 64bit
│   ├── browser
│   ├── browser-subprocess
│   ├── icudtl.dat -> /nix/store/p5nzz4c5kgsh6c91vmh7snw5h9fh1ly2-cef-binary-3.3325.1750.gaabe4c4/share/cef/icudtl.dat
│   ├── libcef.so -> /nix/store/p5nzz4c5kgsh6c91vmh7snw5h9fh1ly2-cef-binary-3.3325.1750.gaabe4c4/lib/libcef.so
│   ├── libobs-linuxbrowser.so
│   ├── natives_blob.bin -> /nix/store/p5nzz4c5kgsh6c91vmh7snw5h9fh1ly2-cef-binary-3.3325.1750.gaabe4c4/share/cef/natives_blob.bin
│   └── snapshot_blob.bin -> /nix/store/p5nzz4c5kgsh6c91vmh7snw5h9fh1ly2-cef-binary-3.3325.1750.gaabe4c4/share/cef/snapshot_blob.bin
└── data
├── cef
│   ├── cef_100_percent.pak -> /nix/store/p5nzz4c5kgsh6c91vmh7snw5h9fh1ly2-cef-binary-3.3325.1750.gaabe4c4/share/cef/cef_100_percent.pak
│   ├── cef_200_percent.pak -> /nix/store/p5nzz4c5kgsh6c91vmh7snw5h9fh1ly2-cef-binary-3.3325.1750.gaabe4c4/share/cef/cef_200_percent.pak
│   ├── cef_extensions.pak -> /nix/store/p5nzz4c5kgsh6c91vmh7snw5h9fh1ly2-cef-binary-3.3325.1750.gaabe4c4/share/cef/cef_extensions.pak
│   ├── cef.pak -> /nix/store/p5nzz4c5kgsh6c91vmh7snw5h9fh1ly2-cef-binary-3.3325.1750.gaabe4c4/share/cef/cef.pak
│   ├── devtools_resources.pak -> /nix/store/p5nzz4c5kgsh6c91vmh7snw5h9fh1ly2-cef-binary-3.3325.1750.gaabe4c4/share/cef/devtools_resources.pak
│   └── locales -> /nix/store/p5nzz4c5kgsh6c91vmh7snw5h9fh1ly2-cef-binary-3.3325.1750.gaabe4c4/share/cef/locales
└── locale
├── de-DE.ini
└── en-US.ini
10 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment