Skip to content

Commit

Permalink
Update defi binary version to "1.3.15"
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumit570 committed Dec 22, 2020
1 parent dbecb4e commit 6dde7b6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
rm -r -fo win -ErrorAction Ignore
mkdir win
cd win
curl https://github.com/DeFiCh/ain/releases/download/v1.3.15rc3/defichain-1.3.15rc3-x86_64-w64-mingw32.zip -O defichain-1.3.15rc3-x86_64-w64-mingw32.zip
Expand-Archive -LiteralPath .\defichain-1.3.15rc3-x86_64-w64-mingw32.zip -DestinationPath .
Copy-Item .\defichain-1.3.15rc3\bin\defid.exe .
curl https://github.com/DeFiCh/ain/releases/download/v1.3.15/defichain-1.3.15-x86_64-w64-mingw32.zip -O defichain-1.3.15-x86_64-w64-mingw32.zip
Expand-Archive -LiteralPath .\defichain-1.3.15-x86_64-w64-mingw32.zip -DestinationPath .
Copy-Item .\defichain-1.3.15\bin\defid.exe .
cd ..\..
Copy-Item temp\win\defid.exe binary\win\defid.exe
icacls binary\win\defid.exe /grant everyone:F
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
rm -r -fo win -ErrorAction Ignore
mkdir win
cd win
curl https://github.com/DeFiCh/ain/releases/download/v1.3.15rc3/defichain-1.3.15rc3-x86_64-w64-mingw32.zip -O defichain-1.3.15rc3-x86_64-w64-mingw32.zip
Expand-Archive -LiteralPath .\defichain-1.3.15rc3-x86_64-w64-mingw32.zip -DestinationPath .
Copy-Item .\defichain-1.3.15rc3\bin\defid.exe .
curl https://github.com/DeFiCh/ain/releases/download/v1.3.15/defichain-1.3.15-x86_64-w64-mingw32.zip -O defichain-1.3.15-x86_64-w64-mingw32.zip
Expand-Archive -LiteralPath .\defichain-1.3.15-x86_64-w64-mingw32.zip -DestinationPath .
Copy-Item .\defichain-1.3.15\bin\defid.exe .
cd ..\..
Copy-Item temp\win\defid.exe binary\win\defid.exe
icacls binary\win\defid.exe /grant everyone:F
Expand Down
6 changes: 3 additions & 3 deletions pre-build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ cd ..
mkdir -p temp
cd temp && rm -rf linux
mkdir linux && cd linux
wget https://github.com/DeFiCh/ain/releases/download/v1.3.15rc3/defichain-1.3.15rc3-x86_64-pc-linux-gnu.tar.gz
tar -xvf defichain-1.3.15rc3-x86_64-pc-linux-gnu.tar.gz
cp defichain-1.3.15rc3/bin/defid .
wget https://github.com/DeFiCh/ain/releases/download/v1.3.15/defichain-1.3.15-x86_64-pc-linux-gnu.tar.gz
tar -xvf defichain-1.3.15-x86_64-pc-linux-gnu.tar.gz
cp defichain-1.3.15/bin/defid .
cd ../.. && cp temp/linux/defid binary/linux/defid
chmod 777 binary/linux/defid
6 changes: 3 additions & 3 deletions pre-build-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ cd ..
mkdir -p temp
cd temp && rm -rf mac
mkdir mac && cd mac
wget https://github.com/DeFiCh/ain/releases/download/v1.3.15rc3/defichain-1.3.15rc3-x86_64-apple-darwin11.tar.gz
tar -xvf defichain-1.3.15rc3-x86_64-apple-darwin11.tar.gz
cp defichain-1.3.15rc3/bin/defid .
wget https://github.com/DeFiCh/ain/releases/download/v1.3.15/defichain-1.3.15-x86_64-apple-darwin11.tar.gz
tar -xvf defichain-1.3.15-x86_64-apple-darwin11.tar.gz
cp defichain-1.3.15/bin/defid .
cd ../.. && cp temp/mac/defid binary/mac/defid
chmod 777 binary/mac/defid

0 comments on commit 6dde7b6

Please sign in to comment.