Please json library
This commit is contained in:
parent
2d14533172
commit
7d71a888c7
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ mysql_bin = os.path.join(cur_wd, "packages", "MySql.Data.6.9.8", "lib", "net45",
|
|||
sqlite_dep = os.path.join(cur_wd, "prebuilts", sqlite_dep_name)
|
||||
sqlite_bin = os.path.join(cur_wd, "prebuilts", sqlite_bin_name)
|
||||
http_bin = os.path.join(cur_wd, "prebuilts", http_bin_name)
|
||||
json_bin = os.path.join(cur_wd, "packages", "Newtonsoft.Json.10.0.2", "lib", "net45", json_bin_name)
|
||||
json_bin = os.path.join(cur_wd, "packages", "Newtonsoft.Json.9.0.1", "lib", "net45", json_bin_name)
|
||||
bcrypt_bin = os.path.join(cur_wd, "packages", "BCrypt.Net.0.1.0", "lib", "net35", bcrypt_bin_name)
|
||||
geoip_db = os.path.join(cur_wd, "prebuilts", geoip_db_name)
|
||||
release_bin = os.path.join(cur_wd, "TShockAPI", "bin", "Release", tshock_bin_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue