mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-27 19:22:15 -05:00
adjust path in render script
This commit is contained in:
parent
1ea2e7dc3b
commit
c7d59f1985
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user