Saving work to apply merge changes
Currently moving .name to .Name and things like that from Item
This commit is contained in:
parent
d50fa2fbc4
commit
2a5efa65ae
7 changed files with 54 additions and 45 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.9.0.1", "lib", "net45", json_bin_name)
|
||||
json_bin = os.path.join(cur_wd, "packages", "Newtonsoft.Json.10.0.2", "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