forked from j62/ctbrec
1
0
Fork 0

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