-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Docs: Add README resources for Sonoma * README: Update build instructions, fix Continuity features list * Add AirportItlwm versions for Sonoma * Bumped OpenCore to v0.9.9 * Fix HDMI audio (#51)
- Loading branch information
Showing
6 changed files
with
118 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## @file | ||
# EFI build script for the UX481FA/UX481FL | ||
# | ||
# Copyright (c) 2023, Cory Bennett. All rights reserved. | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
## | ||
|
||
[CmdletBinding(PositionalBinding=$false)] | ||
param ( | ||
[string]$pwd = "$((Get-Item "$PSScriptRoot\..").FullName)", | ||
# Script arguments | ||
[parameter(ValueFromRemainingArguments)][string[]]$arguments | ||
) | ||
|
||
icm ` | ||
-ScriptBlock $([Scriptblock]::Create($(iwr 'https://raw.githubusercontent.com/Qonfused/OCE-Build/main/ci/bootstrap.ps1'))) ` | ||
-ArgumentList (@("build -c $pwd $patches") + $arguments) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters