Skip to content

Commit

Permalink
#162 Fix build for Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
rxseb committed Dec 11, 2020
1 parent ac4969e commit a59f3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ function build_electron() {
ng build akos-common || exit 1
ng build "$project" --prod --base-href ./ || exit 1
tsc -p projects/"$project"/tsconfig.electron.json || exit 1
electron-builder -c projects/"$project"/electron-builder.yml || exit 1
electron-builder --publish never -c projects/"$project"/electron-builder.yml || exit 1
}

0 comments on commit a59f3c8

Please sign in to comment.