Skip to content

Commit e50fb6d

Browse files
committed
Build: Fix patch arguments
1 parent dadaa79 commit e50fb6d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
# Build artifacts
1212
/dist
13+
/src/patch.amd.yml
1314
EFI-*
1415

1516
# macOS Boot Image

scripts/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if ((Test-Path "$pwd\src\patch.amd.yml") -or
4141

4242
icm `
4343
-ScriptBlock $([Scriptblock]::Create($(iwr 'https://raw.githubusercontent.com/Qonfused/OCE-Build/main/ci/bootstrap.ps1'))) `
44-
-ArgumentList (@("build -c $pwd $patches $($arguments -join ' ')"))
44+
-ArgumentList (@("build -c $pwd $($patches -join ' ') $($arguments -join ' ')"))
4545

4646
# Run the post-build script
4747
Write-Host "`nRunning post-build script..."

0 commit comments

Comments
 (0)