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.

App does not get packaged correctly due to extract-zip regression

See original GitHub issue

I simply need some help because after packaging my app it does not start. No window comes up, it simply does nothing.

My package.json: { "name": "CloudSystem.iO", "productName": "CloudSystem.iO", "description": "A minimal Electron application", "version": "1.0.0", "main": "app.js", "private": true, "scripts": { "start": "electron .", "package": "electron-packager . CloudSystem.iO --platform=win32 --arch=x64 --overwrite --out ./dist/build --icon ./build/icon.ico", "build": "build --win --x64 --prepackaged ./dist/build/CloudSystem.iO-win32-x64" }, "author": "Felix Gaebler", "devDependencies": { "electron": "1.4.15", "electron-cookies": "1.1.0", "extract-zip": "1.6.0" }, "dependencies": {} } I hope you can help me a bit 😃 When I run the build without a path it creates the package in dist/win-unpacked. This binary is execuable! But some scripts are not working and the logo is missing on the platform

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
maleptcommented, May 1, 2017

Yep, I just released extract-zip 1.6.5, and I can no longer reproduce this.

0reactions
maleptcommented, Apr 30, 2017

I’m thinking this has something to do with https://github.com/electron/electron/issues/9323, because this hasn’t been a problem before yesterday.

Read more comments on GitHub >

github_iconTop Results From Across the Web

App does not get packaged correctly due to extract-zip ...
I simply need some help because after packaging my app it does not start. No window comes up, it simply does nothing. My...
Read more >
Unable to open zip file ipad - Apple Support Communities
Open the Files app, then find the ZIP file or archive you want to uncompress. Tap the ZIP file or archive. A folder...
Read more >
Unzip files programmatically in .net - Stack Overflow
With .NET 4.5 you can now unzip files using the .NET framework: using System; using System.IO; namespace ConsoleApplication { class Program ...
Read more >
How to extract a zip file to a specific folder? - Ask Ubuntu
We'll extract to a different folder to be sure that permissions aren't in our way: Open a terminal ( Ctrl + Alt +...
Read more >
Solved: Power App Solution Package - Extract and Re-ZIP Pr...
As a result of running this PowerShell script, I get a ZIP solution file. It looks completely valid and I don't see any...
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