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

Commit

Permalink
scripts/build: only build dmg background on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Feb 23, 2017
1 parent c9310d9 commit ae93976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

usage () {
printf 'Usage: scripts/build [-h]'
Expand Down Expand Up @@ -31,7 +31,7 @@ bundle () {

postinstall () {
printf '[scripts/build] installing app deps \n'
build_background
[ `uname` == 'Darwin' ] && build_background
rebuild || exit 1
bundle
}
Expand Down

0 comments on commit ae93976

Please sign in to comment.