Vladimir Krivosheev
Vladimir Krivosheev
In my fork I added ability to provide own implementation of `BlockAllocatorProvider` — https://github.com/JetBrains/ion-java/commit/cbe2b4914f902067d4e53ee492de0cb75d0a327e Later I will prepare PR. But now I see what's the problem — no API to...
Electron-builder doesn't use Squirrel.windows by default.
Please file issue to electron-builder and explain what do you want to achieve.
If you can — just do not use Squirrel, default target for Windows is nsis.
@Chrisbright10 Could you please send pull request?
Now we have ability to install update on first launch, not on quit (soon will be for macOS). Cached installer stored in `path.join(this.app.getPath("userData"), "__update__")` and **stored after install** since installer...