aboutsummaryrefslogtreecommitdiff
path: root/distrib.sh
blob: 1a63796c96fee0e19c9b5d773aeb6c34bde3dd60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
mkdir -p distrib

cd distrib
git clone ../ hftrss
rm -rf hftrss/.git
zip -r source.zip hftrss
rm -rf hftrss
cd ..

make clean
make config=release_gnu64
cp hftrss distrib/hftrss

make clean
make config=release_ems
zip distrib/ems.zip ems/hftrss.js ems/hftrss.html ems/hftrss.wasm