Skip to content

Commit

Permalink
Change the Discord invite link to be static
Browse files Browse the repository at this point in the history
  • Loading branch information
nythepegasus committed Aug 8, 2023
1 parent 5818dcc commit 67bf7bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
d="M512 194.8c0 101.3-82.4 183.8-183.8 183.8-101.7 0-184.4-82.4-184.4-183.8 0-101.6 82.7-184.3 184.4-184.3C429.6 10.5 512 93.2 512 194.8zM0 501.5h90v-491H0v491z" />
</svg>
</a>
<a title="Discord" href="https://discord.gg/sidestore-949183273383395328" target="_blank"
<a title="Discord" href="https://discord.gg/RgpFBX3Q3k" target="_blank"
class="flex justify-center w-6 h-6 transition-colors duration-100 text-zinc-300 hover:text-white"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" fill="currentColor">
<path
Expand Down Expand Up @@ -430,7 +430,7 @@
<div>
The MDC version of SideStore above (bypass 3-app limit) is only compatible with <b>iOS 15.0-16.1.2</b>, and
is very outdated, and so you may experience issues. If you want to have this feature, we reccomend you join
our <a class="glink" href="https://discord.gg/sidestore">Discord</a> and go to the <a class="glink"
our <a class="glink" href="https://discord.gg/RgpFBX3Q3k">Discord</a> and go to the <a class="glink"
href="https://discord.com/channels/949183273383395328/1126118099930861638">sidestore-downloads</a>
channel, which will contain MDC compatible SideStore builds. Then,
<a class="glink" href="https://github.com/zhuowei/WDBRemoveThreeAppLimit/releases/tag/v1.0">seperately
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ let setupStepContents = [
`On your device, you'll need to download the WireGuard VPN app.<a class="btn-fill" target="_blank" href="https://apps.apple.com/us/app/wireguard/id1441195209">Download WireGuard</a>After that, you'll need to import SideStore's WireGuard configuration. (Download the file and then you can "share" it to the WireGuard app).<a class="btn-fill" target="_blank" href="https://github.com/SideStore/SideStore/releases/download/0.1.1/SideStore.conf">Download WireGuard Config</a>You'll have to turn on the VPN every time you want to use SideStore to sideload apps. You can turn it off when you're done, and the VPN doesn't connect to an external server, as it operates on-device.`,
//finished
() =>
`Now to finish the process: <ul class="list-disc list-inside"><li>Open SideStore and sign in with the same Apple ID you used to install SideStore.</li><li>Go to the Apps tab and refresh the SideStore app itself once (you might have to swipe up to your homescreen for the process to complete).</li></ul><br> Now, you're all set! You can install apps from the sources tab or any other <code>.ipa</code> file you have.<br>If you run into any more issues, you can get support in our <a class="glink" target="_blank" href="https://discord.gg/sidestore-949183273383395328">Discord server.</a>`,
`Now to finish the process: <ul class="list-disc list-inside"><li>Open SideStore and sign in with the same Apple ID you used to install SideStore.</li><li>Go to the Apps tab and refresh the SideStore app itself once (you might have to swipe up to your homescreen for the process to complete).</li></ul><br> Now, you're all set! You can install apps from the sources tab or any other <code>.ipa</code> file you have.<br>If you run into any more issues, you can get support in our <a class="glink" target="_blank" href="https://discord.gg/RgpFBX3Q3k">Discord server.</a>`,
];

const osSelect = $('#setup-os-select');
Expand Down

0 comments on commit 67bf7bb

Please sign in to comment.