mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-06-12 21:37:36 +02:00
Initial commit, based on .tar.gz file as provided by 3DR , see SOURCE file
This commit is contained in:
13
artoo/scripts/run-assetgen.sh
Executable file
13
artoo/scripts/run-assetgen.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/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
|
Reference in New Issue
Block a user