aboutsummaryrefslogtreecommitdiffstats
path: root/art/render.rb
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-11-03 20:28:58 +0100
committeriNPUTmice <daniel@gultsch.de>2014-11-03 20:28:58 +0100
commitc48407f3b4c5b2984fcdc33d9fce7a55ea0e94b9 (patch)
tree67796bf64e4bf2236fb3422d78d5513214a0f234 /art/render.rb
parentec9c264cf757f0dd78991f72ebf54164bad12995 (diff)
parente496a5409bac5a5090ceda51fe8c09493b010f15 (diff)
Merge branch 'development' of https://github.com/siacs/Conversations into development
Diffstat (limited to 'art/render.rb')
-rwxr-xr-xart/render.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/art/render.rb b/art/render.rb
index 2847891d..7999996d 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