diff --git a/gui/pom.xml b/gui/pom.xml index 789d18a..a0cb147 100644 --- a/gui/pom.xml +++ b/gui/pom.xml @@ -11,14 +11,7 @@ gui - 0.1.1000 - - - - jitpack.io - https://jitpack.io - - + 0.1.1001 @@ -99,21 +92,7 @@ maven-assembly-plugin - 2.6 - - false - ${parent.artifactId}-${project.artifactId} - - - jar-with-dependencies - - - - - ${project.groupId}.${parent.artifactId}.ArmA3Launcher - - - + 3.2.0 assamble @@ -121,6 +100,75 @@ single package + + + ${parent.artifactId}-${project.artifactId}-${project.version} + false + + + jar-with-dependencies + + + + + ${project.groupId}.${parent.artifactId}.ArmA3Launcher + + + + + + dist + package + + single + + + ${parent.artifactId}-${project.version} + false + + zip.xml + + + + + + + com.akathist.maven.plugins.launch4j + launch4j-maven-plugin + 1.7.25 + + + l4j-gui + prepare-package + + launch4j + + + true + gui + target/${parent.artifactId}.exe + ${parent.artifactId}-${project.artifactId}.jar + + jre/ + true + true + 12 + preferJre + 64/32 + + src/main/resources/icons/logo.ico + + 1.2.3.4 + txt file version? + a description + Niklas Schütrumpf (Gurkengewuerz) + 4.3.2.1 + txt product version + E-N-C-C + ${parent.artifactId} + ${parent.artifactId}.exe + + diff --git a/gui/src/main/resources/icons/logo.ico b/gui/src/main/resources/icons/logo.ico new file mode 100644 index 0000000..b6ffa4f Binary files /dev/null and b/gui/src/main/resources/icons/logo.ico differ diff --git a/gui/zip.xml b/gui/zip.xml new file mode 100644 index 0000000..456f26e --- /dev/null +++ b/gui/zip.xml @@ -0,0 +1,41 @@ + + distribution + + zip + + + true + ./ + + + + target/${parent.artifactId}-${project.artifactId}-${project.version}.jar + ${parent.artifactId}-${project.artifactId}.jar + ./ + + + target/${parent.artifactId}.exe + ./ + + + + + + ./ + logs + + */** + + + + ./ + jre + + */** + + + + + \ No newline at end of file diff --git a/patcher/pom.xml b/patcher/pom.xml new file mode 100644 index 0000000..bbec26c --- /dev/null +++ b/patcher/pom.xml @@ -0,0 +1,77 @@ + + + + de.mc8051 + arma3launcher + 1.0-SNAPSHOT + + 4.0.0 + + patcher + + + + com.intellij + forms_rt + 7.0.3 + + + + + + + src/main/resources + false + + **/* + + + + src/main/resources/icons + false + + **/* + + + + + + maven-compiler-plugin + 3.5.1 + + 12 + 12 + + + + maven-assembly-plugin + 2.6 + + false + patcher + + + jar-with-dependencies + + + + + ${project.groupId}.${parent.artifactId}.Arma3LauncherPatcher + + + + + + assamble + + single + + package + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 21b6e4c..ca3f13e 100644 --- a/pom.xml +++ b/pom.xml @@ -9,6 +9,13 @@ 1.0-SNAPSHOT pom + + + jitpack.io + https://jitpack.io + + + gui patcher