mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
Update build scripts
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ Option"
|
||||
if ($confirmation -eq 'y' -or $confirmation -eq 'yes') {
|
||||
Write-Output "Clone master"
|
||||
git clone --recurse-submodules --depth 1 "https://github.com/emgucv/emgucv" "$libFolder"
|
||||
}elseif($confirmation -match '^\d\.\d\.\d$') {
|
||||
}elseif($confirmation -match '^\d+\.\d+\.\d+$') {
|
||||
Write-Output "$confirmation"
|
||||
git clone --recurse-submodules --depth 1 --branch "$confirmation" "https://github.com/emgucv/emgucv" "$libFolder"
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ cd "$(dirname "$0")"
|
||||
directory="emgucv"
|
||||
arch_name="$(uname -m)"
|
||||
osVariant=""
|
||||
$build_package="mini" # mini, micro, full
|
||||
$build_package="mini" # mini, core, full
|
||||
|
||||
if [ "$arch_name" != "x86_64" -a "$arch_name" != "arm64" ]; then
|
||||
echo "Error: Unsupported host arch: $arch_name"
|
||||
|
||||
Reference in New Issue
Block a user