From 12370c8cc35adc973bef3a0c43b256b8a125e427 Mon Sep 17 00:00:00 2001 From: Zack Piispanen Date: Sat, 12 Oct 2013 02:38:02 -0400 Subject: [PATCH] Use mono debug symbols path --- create_release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_release.py b/create_release.py index 293aa4de..426260f7 100644 --- a/create_release.py +++ b/create_release.py @@ -11,7 +11,7 @@ sqlite_dep = "sqlite3.dll" json_bin_name = "Newtonsoft.Json.dll" http_bin_name = "HttpServer.dll" tshock_bin_name = "TShockAPI.dll" -tshock_symbols = "TShockAPI.pdb" +tshock_symbols = "TShockAPI.dll.mdb" terraria_bin = os.path.join(cur_wd, "TerrariaServerBins", terraria_bin_name) sql_dep = os.path.join(cur_wd, "SqlBins")