kopia lustrzana https://github.com/jameshball/osci-render
Update mac jpackage to generate .pkg instead of .dmg
rodzic
a9b114391d
commit
1e071a69cb
3
pom.xml
3
pom.xml
|
@ -113,6 +113,7 @@
|
||||||
<execution>
|
<execution>
|
||||||
<id>mac</id>
|
<id>mac</id>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<type>PKG</type>
|
||||||
<icon>src/main/resources/icons/icon.icns</icon>
|
<icon>src/main/resources/icons/icon.icns</icon>
|
||||||
<macPackageName>osci-render</macPackageName>
|
<macPackageName>osci-render</macPackageName>
|
||||||
<macBundleIdentifier>OsciRender-${project.version}</macBundleIdentifier>
|
<macBundleIdentifier>OsciRender-${project.version}</macBundleIdentifier>
|
||||||
|
@ -219,4 +220,4 @@
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
</profiles>
|
</profiles>
|
||||||
</project>
|
</project>
|
||||||
|
|
Ładowanie…
Reference in New Issue