Skip to content

Commit

Permalink
add dev script #8
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Nov 2, 2022
1 parent e824e62 commit bb113ef
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions buildCodonSM.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash

BEASTV="2.7"
PKG="CodonSubstModels"
VERSION="2.0.0"
# mkdir ~/Library/Application\ Support/BEAST/$BEASTV/$PKG
ant build
cp dist/$PKG.v$VERSION.zip ~/Library/Application\ Support/BEAST/$BEASTV/$PKG/tmp.zip
cd ~/Library/Application\ Support/BEAST/$BEASTV/$PKG/
unzip -o tmp.zip
cd ~/WorkSpace/$PKG

echo "----Done----"

4 changes: 2 additions & 2 deletions version.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<addon name='CodonSubstModels' version='1.2.0'>
<package name='CodonSubstModels' version='2.0.0'>
<depends on='BEAST.base' atleast='2.7.0'/>
<depends on='BEAST.app' atleast='2.7.0'/>

Expand Down Expand Up @@ -38,5 +38,5 @@
</service>


</addon>
</package>

0 comments on commit bb113ef

Please sign in to comment.