Skip to content

Commit

Permalink
chore: Added app identifier in native executable configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 committed Dec 27, 2023
1 parent 252e18d commit ca9c003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<arg>${system-native-image-arg}</arg>
<arg>${compatibility-arg}</arg>
</nativeImageArgs>
<appIdentifier>${gui.main-class}</appIdentifier>
<appIdentifier>Drifty GUI</appIdentifier>
<releaseConfiguration>
<vendor>Drifty</vendor>
<description>Drifty is an open-source interactive file downloader system</description>
Expand Down

0 comments on commit ca9c003

Please sign in to comment.