Godot export options

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Mxt08

Hi,
I seen some projects, that exported (for computer) have a plugins folder and some others that only have the executable, not the .pck file.
How I can do de same?
Thanks in advanced.

:bust_in_silhouette: Reply From: timothybrentwood

Project -> Export... -> Windows Desktop (Runnable) -> Options -> Binary Format -> Embed Pck
Note that this is broken in that it always exports your .exe with the standard Godot icon and not the custom one you can override in project settings. If you google it you’ll be able to find work arounds.