debug build gets new filename

This commit is contained in:
Stefan Breunig 2013-02-11 17:40:42 +01:00
parent 3a45b560f5
commit 35312293cd
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
ttic-debug.user.js

View File

@ -14,7 +14,7 @@ m = m.split('@@INJECTHERE@@')
m.insert(1, c)
t = '\n\n'.join(m)
with open('total-conversion-build.user.js', 'w', encoding='utf8') as f:
with open('ttic-debug.user.js', 'w', encoding='utf8') as f:
f.write(t)
# vim: ai si ts=4 sw=4 sts=4 et