Changeset 1013 for java/AEInstaller2-Updater/src/net/oni2
- Timestamp:
- Mar 23, 2015, 4:41:46 PM (10 years ago)
- File:
-
- 1 edited
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 {
Note:
See TracChangeset
for help on using the changeset viewer.