mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2025-06-15 03:01:48 -07:00
small update to joyshocklibrary stuff
This commit is contained in:
@ -5,9 +5,6 @@ $path_project = join-path $path_root "project"
|
||||
$path_build = join-path $path_root "build"
|
||||
$path_dependencies = join-path $path_project "dependencies"
|
||||
|
||||
# if ( Test-Path $path_dependencies ) {
|
||||
# Remove-Item $path_dependencies -Recurse
|
||||
# }
|
||||
if ( Test-Path $path_project ) {
|
||||
Remove-Item $path_build -Recurse
|
||||
}
|
||||
|
@ -27,7 +27,7 @@ Move-Item -Path (Join-Path $path_temp "gen.hpp") -Destination $path_
|
||||
#region JoyShockLibrary
|
||||
$url_jsl_repo = "https://github.com/JibbSmart/JoyShockLibrary.git"
|
||||
# $url_jsl_zip = "https://github.com/JibbSmart/JoyShockLibrary/releases/download/v3.0/JSL_3_0.zip"
|
||||
$url_jsl_zip = "https://github.com/Ed94/JoyShockLibrary/releases/download/not_for_public_use/JSL.zip"
|
||||
$url_jsl_zip = "https://github.com/Ed94/JoyShockLibrary/releases/download/quick_fix/JSL.zip"
|
||||
$path_jsl_repo = Join-Path $path_temp "JoyShockLibraryRepo"
|
||||
$path_jsl_repo_code = Join-Path $path_jsl_repo "JoyShockLibrary"
|
||||
$path_jsl_lib_zip = Join-Path $path_temp "JSL_3_0.zip"
|
||||
|
Reference in New Issue
Block a user