About 4,020,000 results
Open links in new tab
  1. node.js - How to unpack an .asar file? - Stack Overflow

    Jul 22, 2016 · I have packed my Electron application using the following command: asar pack app app.asar Now, I need to unpack it and get the whole code back. Is there any way to do so?

  2. Electron modify file store in .asar - Stack Overflow

    Jun 11, 2018 · I would like, from the Electron index.html file, to modify a config file present in the .asar of my application. In my case I need to change, if necessary, my application database …

  3. electron-builder MSI installer asar file too large - Stack Overflow

    Dec 4, 2023 · When I set "asar": false in electron-builder.json, the MSI installer is created, but I get the warning asar usage is disabled — this is strongly not recommended, it takes forever …

  4. What is .asar file and why it's used in electron applications

    Sep 13, 2016 · Asar is used to concatenate your application files to one big file, it mitigates issues and it slightly speeds up require. To mitigate issues around long path names on Windows, …

  5. Newest 'asar' Questions - Stack Overflow

    Jul 13, 2017 · asar - Atom-Shell Archive Asar is a simple extensive archive format, it works like tar that concatenates all files together without compression, while having random access support.

  6. Electron: Unable to load preload script: …

    Nov 30, 2021 · I have an electron app that builds and runs in development, but when packaging the app with electron-builder, the preload script is not packaged in the right location. This is a …

  7. File is locked by VS Code (Visual Studio Code) - Stack Overflow

    When I use electron-builder package to build my electron app, vs code throws the Error: ⨯ remove D:\project\Shorthands_PC\build\win-unpacked\resources\app.asar: The process …

  8. javascript - How to unlock an asar file that's being used by that …

    Feb 9, 2023 · I have also tried electron/asar 's uncache and uncacheAll but that also didn't unlink the file. How can I unlock the asar so that I can delete it in the same project? This is using …

  9. problem extracting an app.asar file using the asar command

    Apr 21, 2022 · I tried unpacking and re-packing an *.asar file (merely changing 4 small system tray icons in png format) in linux, using npm / npr extract/pack commands. The output file was …

  10. How to protect app.asar file after building my electron-app?

    Mar 14, 2024 · App.asar file is generated after building my electron app. Security concern is that " app.asar " file is being de-obfuscated, and main.js file is modifiable. I need to protect my …