diff --git a/release/scenarium-oauth.jar b/release/scenarium-oauth.jar index 4871ea5..69a3181 100644 Binary files a/release/scenarium-oauth.jar and b/release/scenarium-oauth.jar differ diff --git a/src/io/scenarium/oauth/WebLauncher.java b/src/io/scenarium/oauth/WebLauncher.java index 6097b3e..8b85e4c 100755 --- a/src/io/scenarium/oauth/WebLauncher.java +++ b/src/io/scenarium/oauth/WebLauncher.java @@ -27,7 +27,7 @@ public class WebLauncher { public static void main(String[] args) { try { - FileInputStream propFile = new FileInputStream( "properties.txt"); + FileInputStream propFile = new FileInputStream( "/application/properties.txt"); Properties p = new Properties(System.getProperties()); p.load(propFile); for (String name : p.stringPropertyNames()) {