mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 19:54:37 +00:00
replace shape with image
This commit is contained in:
@@ -59,7 +59,7 @@ public class ApplicationInfo {
|
||||
if (nightly) {
|
||||
version = version + " nightly build " + version_build;
|
||||
}
|
||||
} catch (IOException | NullPointerException ex) {
|
||||
} catch (IOException | NullPointerException | NumberFormatException ex) {
|
||||
//ignore
|
||||
version = "unknown";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user