mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-04-29 22:24:32 +02:00
14 lines
302 B
Bash
Executable File
14 lines
302 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#
|
|
# run just the assetgen step, as a way to test asset config
|
|
# locally, before committing.
|
|
#
|
|
# intended to be run from the project's top level directory.
|
|
# should match the invocation in the Tupfile.
|
|
#
|
|
|
|
python tools/assetgen.py resources/assets.cfg src --show-stats
|
|
|
|
echo assetgen complete
|