alex8088 / electron-vite

Next generation Electron build tooling based on Vite 新一代 Electron 开发构建工具,支持源代码保护
https://electron-vite.org
MIT License
3.56k stars 153 forks source link

执行asar extract app.asar时会报错 #590

Closed Codevers closed 3 months ago

Codevers commented 3 months ago

Describe the bug

报错信息: 未找到/app.asar.unpacked/resources/icon.png。 临时解决:在electron-builder配置中,去掉asarUnpack中的resources/**,重新打包即可恢复正常,尝试给icon加入?asset&asarUnpack,但依然无效。

Electron-Vite Version

2.3.0

Electron Version

22.3

Vite Version

5.3.1

Validations

alex8088 commented 3 months ago

asarUnpack 在很多情况下是必须的。详细阅读: https://cn.electron-vite.org/guide/distribution#asar-%E5%AD%98%E6%A1%A3%E5%B1%80%E9%99%90%E6%80%A7

这种情况是正常的,要正常解压需要将app.asar.unpacked目录与app.asar放在一起。