Small refactoring in HTML5 build scripts
Drop logic for non-existent 'profile' target
This commit is contained in:
parent
a0ea57b72c
commit
504ffda8d7
2 changed files with 3 additions and 6 deletions
|
|
@ -30,8 +30,8 @@ zip_files = env.InstallAs([
|
|||
zip_dir.File('godot.wasm'),
|
||||
zip_dir.File('godot.html')
|
||||
], [
|
||||
js_wrapped,
|
||||
wasm,
|
||||
'#misc/dist/html/default.html'
|
||||
js_wrapped,
|
||||
wasm,
|
||||
'#misc/dist/html/default.html'
|
||||
])
|
||||
env.Zip('#bin/godot', zip_files, ZIPROOT=zip_dir, ZIPSUFFIX='${PROGSUFFIX}${ZIPSUFFIX}', ZIPCOMSTR='Archving $SOURCES as $TARGET')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue