Skip to content

Commit

Permalink
Add a tag for switching between appData installer and optional installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Hemal Ruparelia authored and Hemal Ruparelia committed Oct 3, 2020
1 parent 46f7e15 commit 4dac3c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ ipcMain.on('view-pdf', (_event, url) => {
ipcMain.on('app-mounted', () => {
const { name: os, is64Bit } = platform;
const electronVersion = app.getVersion();
// #SWITCH
mainWindow.send('handle-electron-version (AppData Installer)', electronVersion, os, is64Bit);
appUpdater(mainWindow);
});
Expand Down

0 comments on commit 4dac3c3

Please sign in to comment.