Upgrade launch4j plugin

This commit is contained in:
0xb00bface 2023-11-06 19:48:05 +01:00
parent a08d6ec8c6
commit 914545f6df
1 changed files with 6 additions and 6 deletions

View File

@ -101,7 +101,7 @@
<plugin>
<groupId>com.akathist.maven.plugins.launch4j</groupId>
<artifactId>launch4j-maven-plugin</artifactId>
<version>2.1.1</version>
<version>2.4.1</version>
<configuration>
<headerType>gui</headerType>
<jar>${name.final}.jar</jar>
@ -125,12 +125,12 @@
</opts>
</jre>
<versionInfo>
<fileVersion>4.0.0.0</fileVersion>
<txtFileVersion>4.0.0.0</txtFileVersion>
<fileVersion>${project.version}.0</fileVersion>
<txtFileVersion>${project.version}.0</txtFileVersion>
<fileDescription>Software to record live streams</fileDescription>
<copyright>2021 0xb00bface</copyright>
<productVersion>4.0.0.0</productVersion>
<txtProductVersion>4.0.0.0</txtProductVersion>
<copyright>2023 0xb00bface</copyright>
<productVersion>${project.version}.0</productVersion>
<txtProductVersion>${project.version}.0</txtProductVersion>
<productName>CTB Recorder</productName>
<internalName>ctbrec</internalName>
<originalFilename>ctbrec.exe</originalFilename>