summaryrefslogtreecommitdiffstats
path: root/run
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2014-12-10 11:29:42 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2014-12-10 11:29:42 +0100
commitd5f62f16d56ba549376c7ed06665e308bf8074ff (patch)
tree77ea5577567bdcee944fea6f2f3285db9b2724c4 /run
parentd2a9e9d0f5dd0510daa1c344fe1676d4d1a6f868 (diff)
downloadRustAndDust-d5f62f16d56ba549376c7ed06665e308bf8074ff.zip
RustAndDust-d5f62f16d56ba549376c7ed06665e308bf8074ff.tar.gz
data -> assets: use TexturePacker instead of packer plugin
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index fd8754d..a8b32a2 100755
--- a/run
+++ b/run
@@ -11,7 +11,7 @@ function gradlew_do()
case "$1" in
"c")
shift;
- ARGS="clean packs $ARGS"
+ ARGS="clean assets:build $ARGS"
gradlew_do
;;
"a")