From 4ed1c1abae85ef608616a2e30942f7a49506c934 Mon Sep 17 00:00:00 2001 From: chuckdaniels Date: Sun, 8 Jan 2023 04:54:43 -0600 Subject: [PATCH] update README.md --- Makefile | 1 - README.md | 2 +- src/main/java/org/worlio/WorldsOrganizer/Main.java | 2 +- src/main/resources/project.properties | 3 --- 4 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 src/main/resources/project.properties diff --git a/Makefile b/Makefile index 01aa296..62200fd 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,6 @@ clean: test: mvn test install: - chmod +x target/worldsorganizer-*-jar-with-dependencies.jar mkdir -p bin cp target/worldsorganizer-*-jar-with-dependencies.jar bin deploy: diff --git a/README.md b/README.md index 8006c79..47002e6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Make sure you are using a JDK, and compile using maven. 1. Clone the repository and enter it's contents ``` -git clone https://worlio-admin@bitbucket.org/worlio/worlds-organizer.git +git clone https://git.worlio.com/Wirlaburla/WorldsOrganizer.git cd Worlds-Organizer ``` diff --git a/src/main/java/org/worlio/WorldsOrganizer/Main.java b/src/main/java/org/worlio/WorldsOrganizer/Main.java index d9caf69..8eae93c 100644 --- a/src/main/java/org/worlio/WorldsOrganizer/Main.java +++ b/src/main/java/org/worlio/WorldsOrganizer/Main.java @@ -278,7 +278,7 @@ public class Main extends Application { Label statusName = new Label("Display Status Bar"); statusName.setFont(Font.font("Verdana", FontWeight.BOLD, FontPosture.REGULAR, 12)); - Label statusInfo = new Label("Changes the style of the application to use a basic dark theme. Requires a restart to apply."); + Label statusInfo = new Label("Adds a status bar to the bottom of the window for quick info. Requires a restart to apply."); statusInfo.setWrapText(true); CheckBox statusOption = new CheckBox("Enabled"); diff --git a/src/main/resources/project.properties b/src/main/resources/project.properties deleted file mode 100644 index 9860475..0000000 --- a/src/main/resources/project.properties +++ /dev/null @@ -1,3 +0,0 @@ -version=${project.version} -artifactId=${project.artifactId} -buildDate=${buildNumber} \ No newline at end of file