added new developer options (fix for #219)

This commit is contained in:
Philipp Schaefer
2013-05-03 01:02:08 +02:00
parent 039167051e
commit aa7de6f571
7 changed files with 71 additions and 20 deletions

View File

@ -220,7 +220,7 @@ if buildMobile:
os.makedirs("mobile/assets")
except:
pass
shutil.copy(os.path.join(outDir,"total-conversion-build.user.js"), "mobile/assets/iitc.js")
shutil.copy(os.path.join(outDir,"total-conversion-build.user.js"), "mobile/assets/total-conversion-build.user.js")
# copy the user location script into the mobile folder.
shutil.copy(os.path.join(outDir,"user-location.user.js"), "mobile/assets/user-location.user.js")