Skip to content

Commit

Permalink
update pom and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
electronstudio committed Aug 11, 2022
1 parent b208221 commit e039493
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@ public class Demo {

Compile it:

javac -cp jaylib-4.2.0-0.jar Demo.java
javac -cp jaylib-4.2.0-1.jar Demo.java

Run it:

java -cp jaylib-4.2.0-0.jar:. Demo
java -cp jaylib-4.2.0-1.jar:. Demo

On MacOS you need this additional option:

java -XstartOnFirstThread -cp jaylib-4.2.0-0.jar:. Demo
java -XstartOnFirstThread -cp jaylib-4.2.0-1.jar:. Demo

On weirdy Windows you use semi-colons:

Expand Down
2 changes: 1 addition & 1 deletion generate-checksums.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jar xf jaylib-natives-windows-x86_64-*.jar
rm jaylib-natives-windows-x86_64-*.jar
jar xf jaylib-natives-linux-armhf-*.jar
rm jaylib-natives-linux-armhf-*.jar
jar uf jaylib-4.2.0-0.jar com
jar uf jaylib-4.2.0-1.jar com

rm -rf com META-INF
cp ~/IdeaProjects/jaylib/*.pom .
Expand Down
2 changes: 1 addition & 1 deletion jaylib-4.2.0-0.pom → jaylib-4.2.0-1.pom
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>uk.co.electronstudio.jaylib</groupId>
<artifactId>jaylib</artifactId>
<version>4.2.0-0</version>
<version>4.2.0-1</version>
<packaging>jar</packaging>

<name>jaylib</name>
Expand Down

0 comments on commit e039493

Please sign in to comment.