Skip to content

Commit

Permalink
Merge pull request #52 from leepoeaik/master
Browse files Browse the repository at this point in the history
Fix minor bugs for producing jar
  • Loading branch information
justinlengch authored Mar 21, 2024
2 parents 81bee33 + 801b5e6 commit 095c982
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion src/main/resources/view/MainWindow.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</Label>
<ImageView fitHeight="31.0" fitWidth="45.0" nodeOrientation="INHERIT" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../../../../docs/images/book-logo.png" />
<Image url="@/images/book-logo.png" />
</image>
</ImageView>
</children>
Expand Down

0 comments on commit 095c982

Please sign in to comment.