Skip to content

Commit

Permalink
README and scripts update
Browse files Browse the repository at this point in the history
  • Loading branch information
DC37 committed Oct 20, 2021
1 parent 5f55124 commit 4d435e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Confirmed Operating System Configurations:
* Windows 10 + Java 8u73
* Windows 10 + Java 8u161
* Windows 10 + Java 8u251
* Windows 10 + Java 14.0.1+7
* Mac OSX 10.9.5 + Java 8u25
* Ubuntu 14.04-18.04 + Java 8

Expand Down
2 changes: 1 addition & 1 deletion SMP_J1_8.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
title Super Mario Paint v1.4.2
title Super Mario Paint v1.4.3
java -jar ./SMPv1.4.3.jar
echo [Done]
pause
2 changes: 1 addition & 1 deletion SMP_J9.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
title Super Mario Paint v1.4.2
title Super Mario Paint v1.4.3
java --add-modules=ALL-MODULE-PATH -p "./jfx11/lib/javafx.base.jar;./jfx11/lib/javafx.controls.jar;./jfx11/lib/javafx.fxml.jar;./jfx11/lib/javafx.graphics.jar;./jfx11/lib/javafx.media.jar" -jar ./SMPv1.4.3.jar
echo [Done]
pause

0 comments on commit 4d435e5

Please sign in to comment.