fast-vite-nestjs-electron icon indicating copy to clipboard operation
fast-vite-nestjs-electron copied to clipboard

生成32位程序报错

Open veryws opened this issue 3 years ago • 3 comments

image image

就是有生成32位需求,生成后报错了,请问怎么配置下啊

veryws avatar Sep 03 '22 02:09 veryws

你好,你是不是有用 bytenode 加密你的主进程代码?

ArcherGu avatar Sep 03 '22 06:09 ArcherGu

image 主进程没动,就改框架上面的东西 生成win64位可以,生成win32运行就报错了

veryws avatar Sep 06 '22 02:09 veryws

看你的目录结构,感觉还是我以前的版本,你看下 vite.config.ts 文件,里面是不是用到了 bytenode,我以前写的一个版本里放了这个玩意,现在已经去掉了,选择权交给用户

ArcherGu avatar Sep 06 '22 02:09 ArcherGu