We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dadaa79 commit e50fb6dCopy full SHA for e50fb6d
.gitignore
@@ -10,6 +10,7 @@
10
11
# Build artifacts
12
/dist
13
+/src/patch.amd.yml
14
EFI-*
15
16
# macOS Boot Image
scripts/build.ps1
@@ -41,7 +41,7 @@ if ((Test-Path "$pwd\src\patch.amd.yml") -or
41
42
icm `
43
-ScriptBlock $([Scriptblock]::Create($(iwr 'https://raw.githubusercontent.com/Qonfused/OCE-Build/main/ci/bootstrap.ps1'))) `
44
- -ArgumentList (@("build -c $pwd $patches $($arguments -join ' ')"))
+ -ArgumentList (@("build -c $pwd $($patches -join ' ') $($arguments -join ' ')"))
45
46
# Run the post-build script
47
Write-Host "`nRunning post-build script..."
0 commit comments