Skip to content

Commit

Permalink
changed url file to .craftbooturl; version=1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxguy3 committed Apr 2, 2014
1 parent 6cbc15c commit dfa0463
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -2,9 +2,9 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.oxguy3</groupId>
<artifactId>craftboot</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<name>Craftboot</name>
<description>An attempt to make an open bootstrapper for SKCraft Launcher</description>
<description>An open bootstrapper for a Minecraft modpack launcher, built on SKCraft Launcher</description>
<build>
<sourceDirectory>src</sourceDirectory>
<!--<plugins>
Expand Down
2 changes: 1 addition & 1 deletion src/io/github/oxguy3/craftboot/Craftboot.java
Expand Up @@ -131,7 +131,7 @@ public static void runLauncherJar(LauncherJar jar) throws ClassNotFoundException
*/
public static void prepareUserUrl() {
File launcherProperties = new File(dataDir, "launcher.properties");
File craftbootUrl = new File(dataDir, "craftbooturl");
File craftbootUrl = new File(dataDir, ".craftbooturl");
String propertiesUrl = "";

// get the properties URL from the file if it exists
Expand Down

0 comments on commit dfa0463

Please sign in to comment.