Remove references to the old nightly builds page and replace with a link to the handbrake-snapshots repo.

This commit is contained in:
sr55 2025-11-01 20:10:43 +00:00
parent 7c02975c77
commit cebf279df1
No known key found for this signature in database
GPG Key ID: 99C970F83E86C84B
2 changed files with 5 additions and 5 deletions

View File

@ -109,7 +109,7 @@ The following tools are required to build and run the [GUI](abbr:Graphical User
- A Git client
- [Source Tree](https://www.sourcetreeapp.com) (recommended)
- Client included with Visual Studio 2022 or later
- `hb.dll` (see the LibHB build instructions preceding these, or download from [https://handbrake.fr/nightly.php](https://handbrake.fr/nightly.php))
- `hb.dll` (see the LibHB build instructions preceding these, or download from [https://github.com/HandBrake/handbrake-snapshots/))
Clone `https://github.com/HandBrake/HandBrake.git` using your git client.

View File

@ -45,11 +45,11 @@ If the above does not solve your issue, someone may be able to help via HandBrak
### HandBrake does not launch
*HandBrake releases since version 1.1.0 are signed with an Apple Developer Certificate. These instructions are only applicable to [nightly builds](https://handbrake.fr/nightly.php)[^nightly-builds].*
*HandBrake releases since version 1.1.0 are signed with an Apple Developer Certificate. These instructions are only applicable to [snapshot builds](https://github.com/HandBrake/handbrake-snapshots/releases/tag/win)[^snapshot-builds].*
Unlike HandBrake releases, HandBrake nightly builds are not code signed using an Apple Developer Certificate. The first time you attempt to launch a HandBrake nightly or snapshot build, your Mac may present this message to you[^gatekeeper-disabled]:
Unlike HandBrake releases, HandBrake snapshot builds are not code signed using an Apple Developer Certificate. The first time you attempt to launch a HandBrake snapshot or snapshot build, your Mac may present this message to you[^gatekeeper-disabled]:
![Mac Gatekeeper message](../../images/mac/gatekeeper-message-1.1.0.png "Gatekeeper may present this message when launching a HandBrake nightly build for the first time.")
![Mac Gatekeeper message](../../images/mac/gatekeeper-message-1.1.0.png "Gatekeeper may present this message when launching a HandBrake snapshot build for the first time.")
Select `OK` to dismiss the Gatekeeper message, then hold down the `Control` key and select the HandBrake icon to bring up the shortcut menu. Select `Open` and your Mac will ask whether you are certain you wish to open HandBrake. Confirm that you want to trust HandBrake by again selecting `Open`.[^gatekeeper-instructions]
@ -99,7 +99,7 @@ If the above does not solve your issue, someone may be able to help via HandBrak
<!-- /.system-windows -->
[^nightly-builds]: Nightly builds are based on HandBrake's latest development code, including new and experimental features that may be unstable or significantly different than the latest release version. Although everyone is welcome to try them, nightly builds are best suited for experienced users and developers.
[^snapshot-builds]: Snapshot builds are based on HandBrake's latest development code, including new and experimental features that may be unstable or significantly different than the latest release version. Although everyone is welcome to try them, snapshot builds are best suited for experienced users and developers.
[^gatekeeper-disabled]: If Gatekeeper is disabled on your Mac, you may not see this message.