mirror of
https://github.com/Vencord/Vesktop.git
synced 2025-02-23 05:35:09 +00:00
About page: Add Acknowledgements
This commit is contained in:
parent
4c34f10bb2
commit
887f11ab37
2 changed files with 43 additions and 15 deletions
|
@ -22,6 +22,9 @@
|
||||||
"testTypes": "tsc --noEmit",
|
"testTypes": "tsc --noEmit",
|
||||||
"watch": "pnpm build --watch"
|
"watch": "pnpm build --watch"
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"arrpc": "^3.1.0"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@fal-works/esbuild-plugin-global-externals": "^2.1.2",
|
"@fal-works/esbuild-plugin-global-externals": "^2.1.2",
|
||||||
"@types/node": "^18.15.11",
|
"@types/node": "^18.15.11",
|
||||||
|
@ -105,8 +108,5 @@
|
||||||
"provider": "github",
|
"provider": "github",
|
||||||
"releaseType": "release"
|
"releaseType": "release"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"arrpc": "^3.1.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,16 +19,44 @@
|
||||||
Vencord pre-installed
|
Vencord pre-installed
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Links</h2>
|
<section>
|
||||||
<ul>
|
<h2>Links</h2>
|
||||||
<li>
|
<ul>
|
||||||
<a href="https://vencord.dev">Vencord Website</a>
|
<li>
|
||||||
</li>
|
<a href="https://vencord.dev" target="_blank">Vencord Website</a>
|
||||||
<li>
|
</li>
|
||||||
<a href="https://github.com/Vencord/Desktop" target="_blank">Source Code</a>
|
<li>
|
||||||
</li>
|
<a href="https://github.com/Vencord/Desktop" target="_blank">Source Code</a>
|
||||||
<li>
|
</li>
|
||||||
<a href="https://github.com/Vencord/Desktop/issues" target="_blank">Report bugs / Request features</a>
|
<li>
|
||||||
</li>
|
<a href="https://github.com/Vencord/Desktop/issues" target="_blank">Report bugs / Request features</a>
|
||||||
</ul>
|
</li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>Acknowledgements</h2>
|
||||||
|
<p>These awesome libraries empower Vencord Desktop</p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="https://github.com/electron/electron" target="_blank">Electron</a>
|
||||||
|
- Build cross-platform desktop apps with JavaScript, HTML, and CSS
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://github.com/electron-userland/electron-builder" target="_blank">Electron Builder</a>
|
||||||
|
- A complete solution to package and build a ready for distribution Electron app with “auto update”
|
||||||
|
support out of the box
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://github.com/OpenAsar/arrpc" target="_blank">arrpc</a>
|
||||||
|
- An open implementation of Discord's Rich Presence server
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
And many
|
||||||
|
<a href="https://github.com/Vencord/Desktop/blob/main/pnpm-lock.yaml" target="_blank"
|
||||||
|
>more awesome open source libraries</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue