remove temporary console.log statement
This commit is contained in:
parent
a5dd01e807
commit
4ec88d2424
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ handle(IpcEvents.UPDATER_DOWNLOAD, () => {
|
||||||
const url = (() => {
|
const url = (() => {
|
||||||
switch (process.platform) {
|
switch (process.platform) {
|
||||||
case "win32":
|
case "win32":
|
||||||
console.log(assets);
|
|
||||||
return assets.find(a => {
|
return assets.find(a => {
|
||||||
if (PORTABLE && a.name.endsWith("win.zip")) return true;
|
if (PORTABLE && a.name.endsWith("win.zip")) return true;
|
||||||
if (!PORTABLE && a.name.endsWith(".exe")) return true;
|
if (!PORTABLE && a.name.endsWith(".exe")) return true;
|
||||||
|
|
Reference in a new issue