Created
October 20, 2016 19:39
-
-
Save rhelmer/d28ab41cfe7cae31b73ed7f013ef4bc4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let install = yield new Promise( | |
| resolve => AddonInstall.createInstall(resolve, addon._sourceBundle) | |
| ); | |
| // Make the new install own its temporary file | |
| install.ownsTempFile = true; | |
| install.downloadCompleted(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment