Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrumpis authored Jan 25, 2024
1 parent e9d527f commit 2343209
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,14 @@
<li class="nav-item">
<a class="nav-link" href="https://github.com/ptrumpis/snap-camera-signature-patch"><i class="bi bi-github"></i> Source</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://bit.ly/snpcm">Download Snap Camera</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown"
aria-expanded="false">More Snap Camera Projects</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="https://github.com/ptrumpis/snap-camera-server"><i class="bi bi-github"></i> Snap Camera Server v3</a></li>
<li><a class="dropdown-item" href="https://github.com/ptrumpis/snap-camera-server"><i class="bi bi-github"></i> Snap Camera Server</a></li>
<li><a class="dropdown-item" href="https://github.com/ptrumpis/snap-camera-server-auto-config"><i class="bi bi-github"></i> Snap Camera Server Auto Config</a></li>
<li><a class="dropdown-item" href="https://github.com/ptrumpis/snap-lens-tool/"><i class="bi bi-github"></i> Snap Lens Tool</a></li>
<li><a class="dropdown-item" href="https://ptrumpis.github.io/snap-lens-cache-import/"><i class="bi bi-github"></i> Snap Lens Cache Import</a></li>
Expand All @@ -104,9 +107,9 @@
<main class="px-3">
<h4>🔓 Unlock all Snap Lenses with Snap Camera Server v3</h4>
<p>This patch will remove all file signature checks of your Snap Camera application to use official and modified Snap Lenses.<br />
Supports Windows and Mac OS.
Supports Windows and macOS.
</p>
<p>Requires <a class="link-warning" href="https://github.com/ptrumpis/snap-camera-server">Snap Camera Server v3</a> from <i class="bi bi-github"></i> Github</a></p>
<p>Requires <a class="link-warning" href="https://github.com/ptrumpis/snap-camera-server" target="_blank">Snap Camera Server</a> from <i class="bi bi-github"></i> Github</a> and <a class="link-warning" href="https://bit.ly/snpcm" target="_blank">Snap Camera application</a> 👻</p>
</main>

<div id="wrapper" class="container mt-4">
Expand Down Expand Up @@ -148,8 +151,9 @@ <h4>🔓 Unlock all Snap Lenses with Snap Camera Server v3</h4>

<div class="container mt-2">
<p class="text-warning">
Watch the video if you are having trouble using Mac OS 🍏:<br />
<a class="link-warning" href="https://www.youtube.com/watch?v=lJhL7bA7GGA" target="_blank">Patching Snap Camera on Mac OS</a>
If you are having trouble using Mac OS 🍏:<br />
1. Watch the video: <a class="link-warning" href="https://www.youtube.com/watch?v=lJhL7bA7GGA" target="_blank">Patching Snap Camera on Mac OS</a><br/>
2. Download and run: <a class="link-warning" href="https://raw.githubusercontent.com/ptrumpis/snap-camera-signature-patch/master/macOS/errorfix.sh" target="_blank">errorfix.sh</a>
</p>
</div>

Expand Down

0 comments on commit 2343209

Please sign in to comment.