Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxa committed Mar 25, 2016
1 parent 30389ea commit 8ff41ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ end
desc "Build ~/Postbird.dmg"

task :build_dmg do
file_name = "Postbird-0.4.3.dmg"
file_name = "Postbird-0.5.0.dmg"
File.delete("~/#{file_name}") if File.exist?("~/#{file_name}")

exec %{
./build_files/yoursway-create-dmg/create-dmg \
--volname "Postbird 0.4.3" \
--volname "Postbird 0.5.0" \
--volicon "./build_files/icon.icns" \
--icon Postbird.app 50 50 \
--app-drop-link 300 50 \
Expand Down

0 comments on commit 8ff41ce

Please sign in to comment.