aboutsummaryrefslogtreecommitdiff
path: root/distrib.sh
blob: d5c834852c36a02f98746b4a3eff824b21fa0891 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/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
cp ems/hftrss.html ems/index.html
zip distrib/ems.zip ems/hftrss.js ems/index.html ems/hftrss.wasm