Mercurial Hosting > editor
comparison build.sh @ 53:d5681da8ece8
add website
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Sat, 24 May 2025 21:52:13 -0600 |
| parents | c433b19a8dfa |
| children | 855669ece914 |
comparison
equal
deleted
inserted
replaced
| 52:3f4c3722b78b | 53:d5681da8ece8 |
|---|---|
| 21 | 21 |
| 22 cp scripts/install.sh build/luan_editor | 22 cp scripts/install.sh build/luan_editor |
| 23 cp scripts/uninstall.sh build/luan_editor | 23 cp scripts/uninstall.sh build/luan_editor |
| 24 hg identify >build/luan_editor/hg_rev.txt | 24 hg identify >build/luan_editor/hg_rev.txt |
| 25 | 25 |
| 26 build/luan_editor/install.sh || sudo build/luan_editor/install.sh | 26 cd build |
| 27 | |
| 28 tar -cf ../website/src/download/luan_editor.tar luan_editor | |
| 29 | |
| 30 luan_editor/install.sh || sudo luan_editor/install.sh | |
| 27 | 31 |
| 28 echo done | 32 echo done |
