Upstream patches (#240)

This commit is contained in:
Michiel Hazelhof
2025-07-15 11:00:09 +02:00
committed by GitHub
parent 3d4c10d6f6
commit 076b0a624b
9 changed files with 21 additions and 7 deletions

View File

@@ -1,3 +1,6 @@
$ErrorActionPreference = 'Stop'
$PSNativeCommandUseErrorActionPreference = $true
# define temporary directory
$tempdirectory = "$pwd\temp"
# define services to patch
@@ -30,7 +33,7 @@ Copy-Item "$pwd\.keys\cert.cert" -Destination "$pwd\src\bitBetter"
Copy-Item "$pwd\.keys\cert.pfx" -Destination "$pwd\src\licenseGen"
# build bitBetter and clean the source directory after
docker build -t bitbetter/bitbetter "$pwd\src\bitBetter"
docker build --no-cache -t bitbetter/bitbetter "$pwd\src\bitBetter"
Remove-Item "$pwd\src\bitBetter\cert.cert" -Force
# gather all running instances