Giter Club home page Giter Club logo

Comments (3)

scholtzm avatar scholtzm commented on August 16, 2024

I'll just copy this here from electron/asar#55 (comment):

In my case, the dependency calls .chdir(__dirname) so I decided to use --unpack-dir flag to unpack this specific dependency. The result was:

  • app.asar.unpacked folder - this folder contains that one dependency I unpacked
  • app.asar file - according to asar list command, this file still contains the dependency as well 🤔

When the code is executing, __dirname points to folder inside app.asar (no idea why, it should be app.asar.unpacked ) and so it fails once again. If I place a breakpoint and modify __dirname to contain app.asar.unpacked, it works.

So far I have tried:

  • unpackDir: '**/steam-resources/**/*' - unpacks only steam-resources and everything that's inside
  • unpackDir: 'node_modules/steam/**/*' - unpacks steam and everything that is inside
  • unpackDir: 'node_modules/**/*' - unpacks everything in node_modules

No matter what, the __dirname here always points to app.asar. According to asar list, the folder was also always contained inside app.asar.

from punk.

scholtzm avatar scholtzm commented on August 16, 2024

Tested on both Windows and OSX, results are same.

Here's a small repro case I created: https://github.com/scholtzm/electron-asar-dirname-issue

Reported here: electron/electron#8206

from punk.

scholtzm avatar scholtzm commented on August 16, 2024

1463494

from punk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.