Skip to content

Commit

Permalink
Dev is the new homebrew ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukele committed Jan 20, 2013
1 parent 5aec7e3 commit 56988e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Expand Up @@ -113,7 +113,7 @@ copyInstallerBinaries () {
dst="gpgservices"
copyAndOverwrite "${src}" "${dst}"

src="MacGPG2_homebrew/build/MacGPG2.mpkg/Contents/Packages/MacGPG2.pkg"
src="MacGPG2_dev/build/MacGPG2.pkg"
dst="MacGPG2"
copyAndOverwrite "${src}" "${dst}"
}
Expand Down Expand Up @@ -144,7 +144,7 @@ buildProject "GPGKeychainAccess" "master" "1"
buildProject "GPGMail" "master" "1"
buildProject "GPGMail" "experimental" "1"
buildProject "GPGMail" "snow_leopard" "1"
buildProject "MacGPG2" "homebrew" "1"
buildProject "MacGPG2" "dev" "1"
buildProject "GPGTools_Installer" "master" "0"

buildInstaller

0 comments on commit 56988e6

Please sign in to comment.