You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the most confusing thing is when using same configuration for the same electron app in [this repo], but only with Windows configurations, it builds without any errors.
I'm so lost here. Is it because I'm building for all platforms in the first repo I mentioned here? Or what?
The text was updated successfully, but these errors were encountered:
sipsuru
changed the title
Windows - arm64 - • downloaded url=https://npmmirror.com/mirrors/electron/v33.2.0/electron-v33.2.0-win32-arm64.zip duration=6m16.254s ⨯ zip: not a valid zip file github.com/develar/app-builder/pkg/archive/zipx.(*Extractor).extractAndWriteFile /Users/runner/work/app-builder/app-builder/pkg/archive/zipx/unzip.go:234
Windows - arm64 • downloaded url=https://npmmirror.com/mirrors/electron/v33.2.0/electron-v33.2.0-win32-arm64.zip duration=6m16.254s ⨯ zip: not a valid zip file github.com/develar/app-builder/pkg/archive/zipx.(*Extractor).extractAndWriteFile /Users/runner/work/app-builder/app-builder/pkg/archive/zipx/unzip.go:234
Nov 20, 2024
sipsuru
changed the title
Windows - arm64 • downloaded url=https://npmmirror.com/mirrors/electron/v33.2.0/electron-v33.2.0-win32-arm64.zip duration=6m16.254s ⨯ zip: not a valid zip file github.com/develar/app-builder/pkg/archive/zipx.(*Extractor).extractAndWriteFile /Users/runner/work/app-builder/app-builder/pkg/archive/zipx/unzip.go:234
Windows - arm64 • downloaded url=https://npmmirror.com/mirrors/electron/v33.2.0/electron-v33.2.0-win32-arm64.zip duration=6m16.254s ⨯ zip: not a valid zip file
Nov 20, 2024
Here, I removed defaultArch and the error is gone.
As far as I understand, setting arch does not override defaultArch! , maybe?
sipsuru
changed the title
Windows - arm64 • downloaded url=https://npmmirror.com/mirrors/electron/v33.2.0/electron-v33.2.0-win32-arm64.zip duration=6m16.254s ⨯ zip: not a valid zip file
[ Windows - arm64 • ⨯ zip: not a valid zip file ] - Setting arch doesn't override defaultArch
Nov 21, 2024
#8687 is a previous issue I opened. Might be related to it.
I'm building my electron app for multiplatform & cross arch.
Here the electron-builder configuration for Windows
And it leaves me with:
arm64
artifacts.Here's the repo for failing build, and the workflow run and the electron-builder.yml.
But the most confusing thing is when using same configuration for the same electron app in [this repo], but only with Windows configurations, it builds without any errors.
Here the repo and actions workflow run and electron-builder.yml of the same application that's building succesfully.
I'm so lost here. Is it because I'm building for all platforms in the first repo I mentioned here? Or what?
The text was updated successfully, but these errors were encountered: