I want export a executable file to others and they can play the game with a click, but when I click the executable file it immediately shutdown. I think it missed some DLL file to be able to run. So I checked the build log.
'Pacman.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'.
'Pacman.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'.
'Pacman.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'.
'Pacman.exe' (Win32): Loaded 'C:\Windows\System32\user32.dll'.
'Pacman.exe' (Win32): Loaded 'C:\Windows\System32\win32u.dll'.
'Pacman.exe' (Win32): Loaded 'C:\Windows\System32\d3d11.dll'.
'Pacman.exe' (Win32): Loaded 'C:\Windows\System32\gdi32.dll'.
'Pacman.exe' (Win32): Loaded 'C:\Windows\System32\D3DCompiler_47.dll'.
'Pacman.exe' (Win32): Loaded 'C:\Windows\System32\gdi32full.dll'.
'Pacman.exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'.
'Pacman.exe' (Win32): Loaded 'C:\Windows\System32\ucrtbase.dll'.
'Pacman.exe' (Win32): Loaded 'C:\Windows\System32\msvcp_win.dll'.
'Pacman.exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'.
'Pacman.exe' (Win32): Loaded 'C:\Windows\System32\ole32.dll'.
'Pacman.exe' (Win32): Loaded 'C:\Windows\System32\dxgi.dll'.
'Pacman.exe' (Win32): Loaded 'C:\Windows\System32\combase.dll'.
'Pacman.exe' (Win32): Loaded 'C:\Windows\System32\cryptsp.dll'.
'Pacman.exe' (Win32): Loaded 'C:\Windows\System32\msvcp140.dll'.
.......and so on.
Is there only one way that manually copies all files mentioned above?