├── .gitignore ├── LICENSE.md ├── README.md ├── package.json └── src ├── icons └── 2101x2052 .png └── index.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinSoftWin/Adobe-Lightroom-CC-Linux/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinSoftWin/Adobe-Lightroom-CC-Linux/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinSoftWin/Adobe-Lightroom-CC-Linux/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinSoftWin/Adobe-Lightroom-CC-Linux/HEAD/package.json -------------------------------------------------------------------------------- /src/icons/2101x2052 .png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinSoftWin/Adobe-Lightroom-CC-Linux/HEAD/src/icons/2101x2052 .png -------------------------------------------------------------------------------- /src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinSoftWin/Adobe-Lightroom-CC-Linux/HEAD/src/index.js --------------------------------------------------------------------------------