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

Commit d7169a7

Browse files
committed
zip 32bit builds for OS X and Windows.
1 parent f0639bc commit d7169a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/before_deploy.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/bash
22

3-
cd build/Marknote/osx/
3+
cd build/Marknote/osx32/
44
zip -r MarknoteMac.zip ./*
5-
cd ../win/
5+
cd ../win32/
66
zip -r MarknoteWin.zip ./*
77
cd ../linux64/
88
zip -r MarknoteLinux.zip ./*
99
cd ../../../
10-
mv build/Marknote/osx/MarknoteMac.zip ./
11-
mv build/Marknote/win/MarknoteWin.zip ./
10+
mv build/Marknote/osx32/MarknoteMac.zip ./
11+
mv build/Marknote/win32/MarknoteWin.zip ./
1212
mv build/Marknote/linux64/MarknoteLinux.zip ./

0 commit comments

Comments
 (0)