Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ecsec Public
reqesidta-prototype
client-signer
Commits
2cb99a39
Commit
2cb99a39
authored
Aug 28, 2019
by
Mike Prechtl
Browse files
Use absolute paths to reference icons and resource directories and add categories
parent
a84afa83
Changes
2
Hide whitespace changes
Inline
Side-by-side
packager/richclient-packager/pom.xml
View file @
2cb99a39
...
...
@@ -50,7 +50,7 @@
<artifactId>
jlink-jpackager-maven-plugin
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<configuration>
<icon>
src/main/resources/linux/Open-eCard-App.png
</icon>
<icon>
${project.basedir}/
src/main/resources/linux/Open-eCard-App.png
</icon>
<type>
deb
</type>
</configuration>
</plugin>
...
...
@@ -72,7 +72,7 @@
<artifactId>
jlink-jpackager-maven-plugin
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<configuration>
<icon>
src/main/resources/windows/Open-eCard-App.ico
</icon>
<icon>
${project.basedir}/
src/main/resources/windows/Open-eCard-App.ico
</icon>
</configuration>
</plugin>
</plugins>
...
...
@@ -92,8 +92,8 @@
<artifactId>
jlink-jpackager-maven-plugin
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<configuration>
<icon>
src/main/resources/mac-os/Open-eCard-App.icns
</icon>
<resourceDir>
src/main/resources/mac-os
</resourceDir>
<icon>
${project.basedir}/
src/main/resources/mac-os/Open-eCard-App.icns
</icon>
<resourceDir>
${project.basedir}/
src/main/resources/mac-os
</resourceDir>
<type>
dmg
</type>
</configuration>
</plugin>
...
...
@@ -169,7 +169,7 @@
</goals>
<configuration>
<!-- Jpackage arguments -->
<name>
o
pen
-ec
ard
</name>
<name>
O
pen
eC
ard
</name>
<identifier>
org.openecard.richclient
</identifier>
<appVersion>
${project.version}
</appVersion>
<module>
org.openecard.richclient/org.openecard.richclient.RichClient
</module>
...
...
@@ -193,17 +193,19 @@
<argument>
-Djavax.xml.stream.supportDTD=false
</argument>
</arguments>
<!-- Application package metadata -->
<vendor>
ecsec GmbH
</vendor>
<licenseFile>
${project.basedir}/src/main/resources/licenses/LICENSE.GPL
</licenseFile>
<copyright>
2019 ecsec GmbH
</copyright>
<linuxOptions>
<bundleName>
org.openecard.richclient
</bundleName>
<debMaintainer>
tobias.wich@ecsec.de
</debMaintainer>
<rpmLicenseType>
GPL v3
</rpmLicenseType>
<menuGroup>
utilities
</menuGroup>
<menuGroup>
Internet;Utility;
</menuGroup>
<packageDeps>
pcscd
</packageDeps>
</linuxOptions>
<macOptions>
<bundleName>
Open eCard
App
</bundleName>
<bundleIdentifier>
Open-eCard-App
</bundleIdentifier>
<bundleName>
Open eCard
</bundleName>
<bundleIdentifier>
org.openecard.richclient
</bundleIdentifier>
</macOptions>
<windowsOptions>
<dirChooser>
true
</dirChooser>
...
...
packager/richclient-packager/src/main/resources/mac-os/
o
pen
-ec
ard-background.png
→
packager/richclient-packager/src/main/resources/mac-os/
O
pen
eC
ard-background.png
View file @
2cb99a39
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment