question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Packaging/Building for Windows

See original GitHub issue

I’m working with my business partner on getting an app I built up and running on his machine. He has a windows gaming laptop from 2013. I’ve run "DEBUG=electron-packager electron-packager ./ --platform=win32 --arch=all --icon=./assets/icons/win/icon.ico --out=./builds --overwrite" which gives him 2 options, the ia32 and the x64 versions of the app.

On my Mac, I see a Mac folder with 4 files in it: the app itself, a version file, and 2 license files.

When I open either of the windows-formatted builds, I see dozens of files, mostly .dll. files in addition to the .exe file.

His machine asked him if he wanted to unpack some files (which took 10+ minutes) when he went to run the .exe which seems wrong. I feel like he should be able to just open the file and run the app.

Not having a Windows machine myself and doing this troubleshooting over the phone with him leaves me with limited ideas about what to do. Any suggestions here on smoothing out the experience for him and my other Windows beta users?

Thanks!

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
MarshallOfSoundcommented, Aug 16, 2017

I don’t see the issue here (am I missing something). You sent them a zip file, which took a long time to extract, and then they ran the .exe file successfully?

1reaction
MarshallOfSoundcommented, Aug 16, 2017

@zackshapiro Sounds like you sent them a zip file or something and they’re trying to run the .exe file from within that zip folder.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Package creation with the packaging layout - MSIX
In this article. Simple packaging layout example; Advanced packaging layout example; Build app packages with a packaging layout and MakeAppx.exe.
Read more >
(Free) Software Building and Packaging For Windows [Win ...
All of them are built from source. Win-builds provides a package manager and runs on Windows, MSYS, Cygwin and Linux. It is entirely...
Read more >
Packaging/Building for Windows · Issue #705 - GitHub
When I open either of the windows-formatted builds, I see dozens of files, mostly .dll. files in addition to the .exe file. His...
Read more >
Package games for distribution - MonoGame Documentation
Building and packaging for Windows. From the .NET CLI: dotnet publish -c Release -r win-x64 /p:PublishReadyToRun=false /p:TieredCompilation=false --self- ...
Read more >
AWS GameLift Gem Build Packaging for Windows
AWS GameLift Gem Build Packaging for Windows. This topic describes how to package your Windows dedicated server builds, which is required to install...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found