OSDN Git Service

dmg作成時の旧dmg削除のファイル名不一致
authorseraphy <seraphy@users.osdn.me>
Fri, 28 Dec 2018 10:30:39 +0000 (19:30 +0900)
committerseraphy <seraphy@users.osdn.me>
Fri, 28 Dec 2018 10:30:39 +0000 (19:30 +0900)
pom.xml

diff --git a/pom.xml b/pom.xml
index 521a270..2f2c370 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                                                        </fileset>
                                                                                </copy>
 
-                                                                               <delete file="${project.build.directory}/${project.artifactId}${project.version}.dmg"/>
+                                                                               <delete file="${project.build.directory}/${project.artifactId}_${project.version}.dmg"/>
                                                                                <exec executable="hdiutil">
                                                                                        <arg value="create"/>
                                                                                        <arg value="-fs"/>
                                                                                </copy>
                                                                                <chmod dir="${project.build.directory}/appbundle/CharacterManaJ.app/Contents/Plugins/JRE"
                                                                                        perm="a+rx" includes="bin/*"/>
-                                                                               <delete file="${project.build.directory}/${project.artifactId}${project.version}_with_jre.dmg"/>
+                                                                               <delete file="${project.build.directory}/${project.artifactId}_${project.version}_with_jre.dmg"/>
                                                                                <exec executable="hdiutil">
                                                                                        <arg value="create"/>
                                                                                        <arg value="-fs"/>