Skip to content
This repository has been archived by the owner on May 27, 2023. It is now read-only.

Commit

Permalink
Fix for version control
Browse files Browse the repository at this point in the history
  • Loading branch information
Saboteur committed Aug 2, 2016
1 parent ac72bd2 commit 928cabd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ public void run() {
public void getGithubVersion() {
try {
Properties p = new Properties();
InputStream is = new URL("https://raw.githubusercontent.com/saboteurxyz/SabSniper/master/SabSniper/src/version").openStream();
InputStream is = new URL("https://raw.githubusercontent.com/saboteurxyz/SabSniper/master/SaboteurSniper/src/main/resources/version").openStream();
p.load(is);
githubVersion = p.getProperty("version", "");
} catch (Exception ignored) { }
Expand Down

0 comments on commit 928cabd

Please sign in to comment.