From 198b52bf40f03fafe776157a8c1a894bb8a3c5fa Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Sat, 26 Oct 2013 17:44:51 +0800 Subject: [PATCH] win: Ship the pdb file, fixes #112. --- script/create-dist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/create-dist.py b/script/create-dist.py index 0081bc37285b..c2724d9f5058 100755 --- a/script/create-dist.py +++ b/script/create-dist.py @@ -31,6 +31,7 @@ TARGET_BINARIES = { ], 'win32': [ 'atom.exe', + 'atom.exe.pdb', 'chromiumcontent.dll', 'content_shell.pak', 'ffmpegsumo.dll',