└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Electron Frameworks 2 | 3 | This repository contains a collection of binary frameworks that are bundled by 4 | Electron. These assets are downloaded as part of Electron's 5 | [bootstrapping process](https://github.com/electron/electron/blob/master/script/update-external-binaries.py). 6 | 7 | - [DirectX SDK](https://msdn.microsoft.com/en-us/library/windows/desktop/ee663275(v=vs.85).aspx) 8 | - [MS Visual Studio C++ Runtime](https://msdn.microsoft.com/en-us/library/abx4dbyh.aspx) 9 | - [Mantle](https://github.com/Mantle/Mantle) 10 | - [Reactive Cocoa](https://github.com/ReactiveCocoa/ReactiveCocoa) 11 | - [Squirrel for Mac](https://github.com/Squirrel/Squirrel.Mac/) 12 | 13 | For the full list, see the [releases page](https://github.com/electron/electron-frameworks/releases). 14 | 15 | ## Creating a new Release 16 | 17 | 1. Download all the assets from the previous release 18 | 1. Create a new release 19 | 1. Upload the files to the new release, replacing the ones that need updating. --------------------------------------------------------------------------------