From: Cheng Zhao Date: Sat, 26 Oct 2013 09:44:51 +0000 (+0800) Subject: win: Ship the pdb file, fixes #112. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=198b52bf40f03fafe776157a8c1a894bb8a3c5fa;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git win: Ship the pdb file, fixes #112. --- diff --git a/script/create-dist.py b/script/create-dist.py index 0081bc3..c2724d9 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',