You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i build my project for windows it generates some files and entry point - .exe file. If unzip exe file and read its content of .rdata file i see it contains a lot of stuff i dont even use, like "cryptopro", "Jscript" and etc. I dont use it in my application but my .exe file contains it. Can u tell why .exe file contains such files and is it possible to prevent adding this files to .exe file to .rdata?
Even if i use "electron start" project. Result is the same.
The text was updated successfully, but these errors were encountered:
When i build my project for windows it generates some files and entry point - .exe file. If unzip exe file and read its content of .rdata file i see it contains a lot of stuff i dont even use, like "cryptopro", "Jscript" and etc. I dont use it in my application but my .exe file contains it. Can u tell why .exe file contains such files and is it possible to prevent adding this files to .exe file to .rdata?
Even if i use "electron start" project. Result is the same.
The text was updated successfully, but these errors were encountered: