mirror of
https://github.com/rizinorg/cutter.git
synced 2024-11-23 04:49:49 +00:00
Update jsdec to development state before it is released (#2749)
This commit is contained in:
parent
9ddc19fcc6
commit
02abe9d138
2
dist/bundle_jsdec.ps1
vendored
2
dist/bundle_jsdec.ps1
vendored
@ -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 --branch v0.2.x --depth 1
|
||||
git clone https://github.com/rizinorg/jsdec.git --depth 1
|
||||
}
|
||||
cd jsdec
|
||||
& meson.exe --buildtype=release -Dc_args=-DDUK_USE_DATE_NOW_WINDOWS --prefix=$dist --libdir=lib\plugins --datadir=lib\plugins p build
|
||||
|
@ -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 1 --branch v0.2.x
|
||||
git clone https://github.com/rizinorg/jsdec.git --depth 1
|
||||
fi
|
||||
|
||||
cd jsdec
|
||||
|
Loading…
Reference in New Issue
Block a user