gpt4 book ai didi

node.js - 如何解压 .asar 文件?

转载 作者:IT老高 更新时间:2023-10-28 21:51:28 61 4
gpt4 key购买 nike

我使用以下命令打包了我的 Electron 应用程序:

asar pack app app.asar

现在,我需要将其解压缩并取回整个代码。有什么办法吗?

最佳答案

来自 asar documentation

(这里使用npx是为了避免用npm install -g asar全局安装asar工具)

提取整个文件:

npx asar extract app.asar destfolder 

提取特定文件:

npx asar extract-file app.asar main.js

关于node.js - 如何解压 .asar 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38523617/

61 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com