Changeset 1013
Legend:
- Unmodified
- Added
- Removed
-
java/AEInstaller2-Updater/src/net/oni2/aeinstaller/updater/backend/Paths.java
r852 r1013 23 23 String jarPath = Paths.class.getProtectionDomain().getCodeSource() 24 24 .getLocation().getPath(); 25 jarPath = jarPath.replaceAll("\\+", "%2B"); 25 26 String decodedPath = null; 26 27 try { -
java/installer2/src/net/oni2/aeinstaller/backend/Paths.java
r857 r1013 50 50 String jarPath = Paths.class.getProtectionDomain().getCodeSource() 51 51 .getLocation().getPath(); 52 jarPath = jarPath.replaceAll("\\+", "%2B"); 52 53 String decodedPath = null; 53 54 try {
Note:
See TracChangeset
for help on using the changeset viewer.