forked from olcxjas-softworks/LarpixClient
fix gitignore again
This commit is contained in:
parent
ce5a1e330b
commit
5da5c2afe2
3329 changed files with 364540 additions and 3 deletions
9
electron/node_modules/@electron/get/dist/esm/downloader-resolver.js
generated
vendored
Normal file
9
electron/node_modules/@electron/get/dist/esm/downloader-resolver.js
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
export async function getDownloaderForSystem() {
|
||||
// TODO: Resolve the downloader or default to GotDownloader
|
||||
// Current thoughts are a dot-file traversal for something like
|
||||
// ".electron.downloader" which would be a text file with the name of the
|
||||
// npm module to import() and use as the downloader
|
||||
const { GotDownloader } = await import('./GotDownloader');
|
||||
return new GotDownloader();
|
||||
}
|
||||
//# sourceMappingURL=downloader-resolver.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue