MakeTiles: allow making generated images of an SVG image in a subdirectory
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@751 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
parent
b5e86ff388
commit
8a9af13de9
1 changed files with 2 additions and 2 deletions
|
@ -176,8 +176,8 @@ public class MakeTiles
|
|||
if (pngFile.exists()) {
|
||||
pngFile.delete();
|
||||
}
|
||||
else if (!stagingDir.exists()) {
|
||||
stagingDir.mkdir();
|
||||
else {
|
||||
pngFile.getParentFile().mkdirs();
|
||||
}
|
||||
|
||||
String [] cmdline = {
|
||||
|
|
Reference in a new issue