summaryrefslogtreecommitdiff
path: root/hooks/after_prepare/gen_resources
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/after_prepare/gen_resources')
-rwxr-xr-xhooks/after_prepare/gen_resources5
1 files changed, 1 insertions, 4 deletions
diff --git a/hooks/after_prepare/gen_resources b/hooks/after_prepare/gen_resources
index c98c905..b8a2020 100755
--- a/hooks/after_prepare/gen_resources
+++ b/hooks/after_prepare/gen_resources
@@ -1,7 +1,4 @@
#! /usr/bin/env bash
IFS=,
platforms=($CORDOVA_PLATFORMS)
-
-resources=("${platforms[@]/%/-resources}")
-make "${resources[@]/#/clean-}"
-make "${resources[@]}"
+make "${platforms[@]/%/-resources}"