Skip to content

Commit

Permalink
Use tags for jsdec instead of master. (#3231)
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio authored Aug 18, 2023
1 parent 215ab37 commit 28e7ca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/bundle_jsdec.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $dist = $args[0]
$python = Split-Path((Get-Command python.exe).Path)

if (-not (Test-Path -Path 'jsdec' -PathType Container)) {
git clone https://github.com/rizinorg/jsdec.git --depth 1 --branch master
git clone https://github.com/rizinorg/jsdec.git --depth 1 --branch "v0.6.0"
}
cd jsdec
& meson.exe --buildtype=release -Dc_args=-DDUK_USE_DATE_NOW_WINDOWS -Djsc_folder=".." --prefix="$dist" p build
Expand Down
2 changes: 1 addition & 1 deletion scripts/jsdec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SCRIPTPATH=$(realpath "$(dirname "${BASH_SOURCE[0]}")")
cd "$SCRIPTPATH/.."

if [[ ! -d jsdec ]]; then
git clone https://github.com/rizinorg/jsdec.git --depth 2 --branch master
git clone https://github.com/rizinorg/jsdec.git --depth 1 --branch "v0.6.0"
fi

cd jsdec
Expand Down

0 comments on commit 28e7ca5

Please sign in to comment.