Fix dmg creation path on Linux

Esse commit está contido em:
Mathieu Bastian
2014-01-18 17:55:51 -08:00
commit 23b47bfe12
+2 -2
Ver Arquivo
@@ -685,8 +685,8 @@
<arg value="-o"/>
<arg value="${project.artifactId}-${project.version}.dmg"/>
<arg value="-root"/>
<arg value="${project.build.directory}/${gephi.appbundle.name}.app"/>
<arg value="${project.build.directory}/${gephi.appbundle.name}.app"/>
<arg value="${project.build.directory}/${gephi.app.title}"/>
<arg value="${project.build.directory}/${gephi.app.title}"/>
</exec>
</target>
</configuration>