Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
zip 32bit builds for OS X and Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Feb 2, 2015
1 parent f0639bc commit d7169a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/before_deploy.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/bash

cd build/Marknote/osx/
cd build/Marknote/osx32/
zip -r MarknoteMac.zip ./*
cd ../win/
cd ../win32/
zip -r MarknoteWin.zip ./*
cd ../linux64/
zip -r MarknoteLinux.zip ./*
cd ../../../
mv build/Marknote/osx/MarknoteMac.zip ./
mv build/Marknote/win/MarknoteWin.zip ./
mv build/Marknote/osx32/MarknoteMac.zip ./
mv build/Marknote/win32/MarknoteWin.zip ./
mv build/Marknote/linux64/MarknoteLinux.zip ./

0 comments on commit d7169a7

Please sign in to comment.