Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Fixed companyName and trademarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Pechtl committed Jun 8, 2021
1 parent bf83b80 commit 4e0e4d3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
<mainClass>com.fi0x.edct.Main</mainClass>
</classPath>
<jre>
<!-- <path>jre</path>-->
<minVersion>13.0.1</minVersion>
<path>jre</path>
<!-- <minVersion>13.0.1</minVersion>-->
</jre>
<versionInfo>
<fileVersion>${project.version}</fileVersion>
Expand All @@ -118,7 +118,8 @@
<productVersion>${project.version}</productVersion>
<txtProductVersion>${project.version}</txtProductVersion>
<productName>EliteDangerousCarrierTrader</productName>
<companyName>Fi0x</companyName>
<companyName>none</companyName>
<trademarks>none</trademarks>
<internalName>EDCT</internalName>
<originalFilename>EDCT.exe</originalFilename>
</versionInfo>
Expand Down

0 comments on commit 4e0e4d3

Please sign in to comment.