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

Commit

Permalink
Updated deploy script for new builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Mar 24, 2015
1 parent 0c77e49 commit 2c7117c
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/osx32/
cd build/Marknote/osx64/
zip -r MarknoteMac.zip ./*
cd ../win32/
zip -r MarknoteWin.zip ./*
cd ../linux64/
cd ../linux32/
zip -r MarknoteLinux.zip ./*
cd ../../../
mv build/Marknote/osx32/MarknoteMac.zip ./
mv build/Marknote/osx64/MarknoteMac.zip ./
mv build/Marknote/win32/MarknoteWin.zip ./
mv build/Marknote/linux64/MarknoteLinux.zip ./
mv build/Marknote/linux32/MarknoteLinux.zip ./

0 comments on commit 2c7117c

Please sign in to comment.