forge icon indicating copy to clipboard operation
forge copied to clipboard

[Bug]: Static resource files are lost after packing

Open lixianbin1 opened this issue 1 year ago • 0 comments

Preflight Checklist

Electron Version

29.0.1

What operating system are you using?

Windows

Operating System Version

WIndow 10

What arch are you using?

x64

Last Known Working Electron version

No response

Expected Behavior

Static resources should be packaged correctly and not lost

Actual Behavior

If you use electron-forge to package electron, you will lose .obj static files in the packaged file.

Testcase Gist URL

No response

Additional Information

I added threejs to electron and then I used electron-forge to package electron. However, .obj files will be lost in the packaged files

lixianbin1 avatar Feb 22 '24 08:02 lixianbin1