Giter Club home page Giter Club logo

Comments (6)

scholtzm avatar scholtzm commented on May 18, 2024 1

@Unforgiven-wanda Comments here might interest you if you still haven't solved your problem: electron/electron#8206

Closing this since there's not much to be done here.

from asar.

scholtzm avatar scholtzm commented on May 18, 2024 1

You can see my very specific monkey patch here: https://github.com/scholtzm/punk/blob/master/src/utils/monkey-patch.js

I override chdir with custom logic and then prepend path for a small set of files. Since chdir is now just a dummy function, it allows me to package everything inside an asar archive.

from asar.

HZSamir avatar HZSamir commented on May 18, 2024

I am in the same boat as @scholtzm
Has there been any development since?

from asar.

scholtzm avatar scholtzm commented on May 18, 2024

Interesting coincidence - I started digging into this issue only 2 days ago after months of break.

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.

from asar.

HZSamir avatar HZSamir commented on May 18, 2024

@scholtzm Your answer kinda lost me there. Did you manage to monkey patch chdir for it to work inside ASAR? I'm not clear on that.

from asar.

HZSamir avatar HZSamir commented on May 18, 2024

Thank you @scholtzm This was exactly it.
Good day :)

from asar.

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.