Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Mac用バイナリ追加
Browse files Browse the repository at this point in the history
  • Loading branch information
hogelog committed May 18, 2013
1 parent 0d0bcd3 commit e8194ad
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
.*
!.gitignore
target/
*.iml
Binary file added dist/text-encoder-mac.zip
Binary file not shown.
3 changes: 3 additions & 0 deletions pom.xml
Expand Up @@ -62,6 +62,7 @@
</dependencies>

<build>
<finalName>text-encoder</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -101,6 +102,8 @@
<configuration>
<bundleName>text-encoder</bundleName>
<mainClass>org.hogel.MainWindow</mainClass>
<iconFile>${basedir}/src/main/icns/text-encoder.icns</iconFile>
<zipFile>${basedir}/dist/${project.build.finalName}-mac.zip</zipFile>
</configuration>
</plugin>
</plugins>
Expand Down
Binary file added src/main/icns/text-encoder.icns
Binary file not shown.
Binary file added src/main/icns/text-encoder.iconset/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/icns/text-encoder.iconset/icon_16x16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/icns/text-encoder.iconset/icon_32x32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e8194ad

Please sign in to comment.