Skip to content

Commit

Permalink
Re-enable building auto-updates for all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
simonster committed Jan 15, 2015
1 parent c82cae3 commit be69852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-packaging/build_autoupdate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ for version in "$FROM" "$TO"; do
done
done

for build in "mac"; do
for build in "mac" "win32" "linux-i686" "linux-x86_64"; do
if [[ $build == "mac" ]]; then
dir="Zotero.app"
touch "$STAGEDIR/$TO/$dir/Contents/Resources/precomplete"
Expand Down

0 comments on commit be69852

Please sign in to comment.