buildAll.cmd fails "out of the box" on Windows #396

Closed
opened 2026-01-29 16:38:37 +00:00 by claunia · 0 comments
Owner

Originally created by @kant2002 on GitHub (Oct 14, 2019).

  • Version:

Latest version from source based on commit 69ca5d6f9e
$ node --version v12.11.1
$ dotnet --version 3.0.100

  • Target: ia32

Steps to Reproduce:

  1. git clone https://github.com/ElectronNET/Electron.NET
  2. ./buildAll.cmd
  • Error message
Package Electron App for Platform win32...
Microsoft Windows [Version 10.0.18362.418]
(c) 2019 Microsoft Corporation. All rights reserved.
...\Electron.NET\ElectronNET.WebApp\obj\desktop\custom>electron-builder . --config=./bin/electron-builder.json --win32 --x64 -c.electronVersion=5.0.8 cli.js build
Build
Building:
  --mac, -m, -o, --macos   Build for macOS, accepts target list (see
                           https://goo.gl/5uHuzj).                       [array]
  --linux, -l              Build for Linux, accepts target list (see
                           https://goo.gl/4vwQad)                        [array]
  --win, -w, --windows     Build for Windows, accepts target list (see

From my understanding this occurs after c91884a5

Originally created by @kant2002 on GitHub (Oct 14, 2019). * **Version**: Latest version from source based on commit 69ca5d6f9e5f98b0da3788f5b5e4a3e2d291a8bb $ node --version v12.11.1 $ dotnet --version 3.0.100 <!-- What target are you building for? --> * **Target**: ia32 Steps to Reproduce: 1. git clone https://github.com/ElectronNET/Electron.NET 2. ./buildAll.cmd * **Error message** ``` Package Electron App for Platform win32... Microsoft Windows [Version 10.0.18362.418] (c) 2019 Microsoft Corporation. All rights reserved. ...\Electron.NET\ElectronNET.WebApp\obj\desktop\custom>electron-builder . --config=./bin/electron-builder.json --win32 --x64 -c.electronVersion=5.0.8 cli.js build Build Building: --mac, -m, -o, --macos Build for macOS, accepts target list (see https://goo.gl/5uHuzj). [array] --linux, -l Build for Linux, accepts target list (see https://goo.gl/4vwQad) [array] --win, -w, --windows Build for Windows, accepts target list (see ``` From my understanding this occurs after c91884a5
claunia added the bug label 2026-01-29 16:38:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#396