Skip to content

Commit

Permalink
Fix splash screen image path
Browse files Browse the repository at this point in the history
Fixes #195 and also ticks one box in #180.
  • Loading branch information
lupino3 committed Jul 21, 2018
1 parent e339430 commit 2d99edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
<target name="standalone-jar" depends="compile,htmldoc">
<property name="jar_filename" value="${standalone_jar_filename}" />
<property name="main_class" value="org.edumips64.Main" />
<property name="splash_img" value="org/edumips64/ui/swing/img/splash.png"/>
<property name="splash_img" value="images/splash.png"/>

<antcall target="copy-base-files" />
<antcall target="copy-help-files" />
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/edumips64/BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build variables.
codename = "Nicolosi"

splash_img = "org/edumips64/ui/swing/img/splash.png"
splash_img = "images/splash.png"

version = "1.2.4"

Expand Down

0 comments on commit 2d99edd

Please sign in to comment.