Mercurial Hosting > editor
comparison build.sh @ 71:99ebb6176d2f default tip
better build
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 12 Jun 2025 17:08:31 -0600 |
parents | f9ce379de456 |
children |
comparison
equal
deleted
inserted
replaced
70:f4e393a13d59 | 71:99ebb6176d2f |
---|---|
18 jar cvf ../build/luan_editor/jars/luan_editor.jar `find . -name *.class -o -name *.luan` | 18 jar cvf ../build/luan_editor/jars/luan_editor.jar `find . -name *.class -o -name *.luan` |
19 cd .. | 19 cd .. |
20 | 20 |
21 cp -r dictionaries build/luan_editor | 21 cp -r dictionaries build/luan_editor |
22 | 22 |
23 cp scripts/luan_editor.sh build/luan_editor | |
23 cp scripts/install.sh build/luan_editor | 24 cp scripts/install.sh build/luan_editor |
24 cp scripts/uninstall.sh build/luan_editor | 25 cp scripts/uninstall.sh build/luan_editor |
25 hg identify >build/luan_editor/hg_rev.txt | 26 hg identify >build/luan_editor/hg_rev.txt |
26 | 27 |
27 cd build | 28 cd build |