OSDN Git Service

Macの起動時のjvm_options設定で現在のバンドルのパスを示す$APP_ROOTをサポート
[charactermanaj/CharacterManaJ.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 2e98869..24231ec 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                                                                <include name="README_mac.txt"/>
                                                                                        </fileset>
                                                                                </copy>
+                                                                               <chmod dir="${project.build.directory}/appbundle/CharacterManaJ.app/Contents/Characters"
+                                                                                       perm="g+srw" type="dir"/>
+                                                                               <chmod dir="${project.build.directory}/appbundle/CharacterManaJ.app/Contents/Characters"
+                                                                                       perm="g+rw" includes="**/*" type="file"/>
 
                                                                                <delete file="${project.build.directory}/${project.artifactId}_${project.version}.dmg"/>
                                                                                <exec executable="hdiutil">