| # | Line 184 | Line 184 | public class AEInstaller2 { | |
|---|---|---|
| 184 | ||
| 185 | System.out.println(basicBundle.getString("appname") | |
| 186 | + basicBundle.getString("appversion")); | |
| 187 | < | System.out.println("JarPath: " + Paths.getInstallerPath()); |
| 187 | > | System.out.println("JarPath: " + Paths.getJarPath()); |
| 188 | System.out.println("PrefsPath: " + Paths.getPrefsPath()); | |
| 189 | System.out.println("DataPath: " + Paths.getModsPath()); | |
| 190 | System.out.println("DownPath: " + Paths.getDownloadPath()); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |