Skip to content

Commit

Permalink
#11: fixes path for icon creation
Browse files Browse the repository at this point in the history
  • Loading branch information
rladstaetter committed Jul 17, 2021
1 parent bfb5016 commit f61dab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/scala/app/logorrr/icon/IconCreator.scala
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class IconCreatorApp extends javafx.application.Application {
LogorrrIcon.drawIcon(gc2d, size)
(size, canvas)
}
writeIcons(icons, Paths.get("src/main/resources/app/logorrr/icon/"))
writeIcons(icons, Paths.get("app/src/main/resources/app/logorrr/icon/"))
val box = new VBox(10, icons.map(_._2): _*)
box.setAlignment(Pos.CENTER)
bp.setCenter(box)
Expand Down

0 comments on commit f61dab3

Please sign in to comment.