Skip to content

Commit

Permalink
add release build script
Browse files Browse the repository at this point in the history
  • Loading branch information
zaru committed Apr 5, 2020
1 parent 412fe0b commit 63209fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/updates/release_build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

bash ./build_dmg.sh
mkdir $1
mv menuffy.dmg $1
../../Sparkle/bin/generate_appcast $1
cp $1/appcast.xml ./

0 comments on commit 63209fd

Please sign in to comment.