debug build gets new filename
This commit is contained in:
parent
3a45b560f5
commit
35312293cd
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
ttic-debug.user.js
|
2
build.py
2
build.py
@ -14,7 +14,7 @@ m = m.split('@@INJECTHERE@@')
|
|||||||
m.insert(1, c)
|
m.insert(1, c)
|
||||||
t = '\n\n'.join(m)
|
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)
|
f.write(t)
|
||||||
|
|
||||||
# vim: ai si ts=4 sw=4 sts=4 et
|
# vim: ai si ts=4 sw=4 sts=4 et
|
||||||
|
Loading…
x
Reference in New Issue
Block a user