From 767add8ab5d15bc9ac55a441a5bffc0682293e22 Mon Sep 17 00:00:00 2001 From: Andreas Abraham Date: Mon, 11 Jun 2018 13:14:37 +0200 Subject: release rollback --- installer/windows/PDF-Over-signed.aip | 112 ++++++++++----------- pdf-over-gui/pom.xml | 4 +- .../src/main/java/at/asit/helper/Main.java | 2 +- 3 files changed, 59 insertions(+), 59 deletions(-) diff --git a/installer/windows/PDF-Over-signed.aip b/installer/windows/PDF-Over-signed.aip index fb6d7ab7..52435542 100644 --- a/installer/windows/PDF-Over-signed.aip +++ b/installer/windows/PDF-Over-signed.aip @@ -13,6 +13,7 @@ + @@ -40,7 +41,7 @@ - + @@ -50,30 +51,30 @@ - + - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -82,42 +83,42 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + - - + + - + @@ -155,10 +156,10 @@ - + @@ -199,6 +200,7 @@ + @@ -211,7 +213,6 @@ - @@ -236,7 +237,6 @@ - @@ -257,7 +257,7 @@ - + diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 4260fed8..57d16766 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -429,7 +429,7 @@ ${project.basedir}/.. windows ${project.build.directory}/staging/${target.name} - 4.3.2 + 4.7M3 @@ -638,7 +638,7 @@ maven-eclipse-repo - http://maven-eclipse.github.io/maven + http://maven-eclipse.github.io/maven diff --git a/pdf-over-install-helper/src/main/java/at/asit/helper/Main.java b/pdf-over-install-helper/src/main/java/at/asit/helper/Main.java index 9f39db2c..d9156a92 100644 --- a/pdf-over-install-helper/src/main/java/at/asit/helper/Main.java +++ b/pdf-over-install-helper/src/main/java/at/asit/helper/Main.java @@ -32,7 +32,7 @@ public class Main { public static int getArchBits() { - String arch = System.getProperty("os.arch"); + String arch = System.getProperty("sun.arch.data.model"); return arch.contains("64") ? 64 : 32; } -- cgit v1.2.3