mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 11:44:36 +00:00
new versioning schema
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library.
|
||||
* License along with this library.
|
||||
*/
|
||||
package com.jpexs.decompiler.flash;
|
||||
|
||||
import java.io.IOException;
|
||||
@@ -48,7 +49,7 @@ public class ApplicationInfo {
|
||||
build = prop.getProperty("build");
|
||||
nightly = prop.getProperty("nightly").equals("true");
|
||||
if (nightly) {
|
||||
if (nightly) {
|
||||
version = version + " nightly build";
|
||||
}
|
||||
} catch (IOException | NullPointerException ex) {
|
||||
//ignore
|
||||
|
||||
Reference in New Issue
Block a user