Skip to content

Commit

Permalink
chore: cleanup post-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Oct 1, 2020
1 parent a757b7b commit ed58dda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ import rebuild from 'electron-rebuild';
// headerURL (optional) - Default: https://www.electronjs.org/headers - The URL to download Electron header files from
// types (optional) - Default: ['prod', 'optional'] - The types of modules to rebuild
// mode (optional) - The rebuild mode, either 'sequential' or 'parallel' - Default varies per platform (probably shouldn't mess with this one)
// useElectronClang (optional) - Whether to use the clang executable that Electron used when building. This will guaruntee compiler compatibility
// useElectronClang (optional) - Whether to use the clang executable that Electron used when building its binary. This will guarantee compiler compatibility

// Returns a Promise indicating whether the operation succeeded or not
```
Expand Down
2 changes: 0 additions & 2 deletions src/clang-fetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,3 @@ export async function downloadClangVersion(electronVersion: string) {
await fs.remove(tarPath);
d('cleaning up clang tar file');
}

if (process.mainModule === module) downloadClangVersion('11.0.0-beta.1')

0 comments on commit ed58dda

Please sign in to comment.