aboutsummaryrefslogtreecommitdiffstats
path: root/art
diff options
context:
space:
mode:
Diffstat (limited to 'art')
-rwxr-xr-xart/render.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/art/render.rb b/art/render.rb
index 2847891d2..7999996d8 100755
--- a/art/render.rb
+++ b/art/render.rb
@@ -14,7 +14,7 @@ images = {
images.each do |source, result|
resolutions.each do |name, factor|
size = factor * result[1]
- path = "../res/drawable-#{name}/#{result[0]}.png"
+ path = "../src/main/res/drawable-#{name}/#{result[0]}.png"
cmd = "inkscape -e #{path} -C -h #{size} -w #{size} #{source}"
puts cmd
system cmd