From 887f11ab370c69bf9566c93575345da684261b16 Mon Sep 17 00:00:00 2001
From: V
Date: Wed, 21 Jun 2023 15:06:06 +0200
Subject: [PATCH] About page: Add Acknowledgements
---
package.json | 6 +++---
static/about.html | 52 ++++++++++++++++++++++++++++++++++++-----------
2 files changed, 43 insertions(+), 15 deletions(-)
diff --git a/package.json b/package.json
index 3e20f57..41d2385 100644
--- a/package.json
+++ b/package.json
@@ -22,6 +22,9 @@
"testTypes": "tsc --noEmit",
"watch": "pnpm build --watch"
},
+ "dependencies": {
+ "arrpc": "^3.1.0"
+ },
"devDependencies": {
"@fal-works/esbuild-plugin-global-externals": "^2.1.2",
"@types/node": "^18.15.11",
@@ -105,8 +108,5 @@
"provider": "github",
"releaseType": "release"
}
- },
- "dependencies": {
- "arrpc": "^3.1.0"
}
}
diff --git a/static/about.html b/static/about.html
index abe01e2..489cea7 100644
--- a/static/about.html
+++ b/static/about.html
@@ -19,16 +19,44 @@
Vencord pre-installed
- Links
-
+
+
+
+ Acknowledgements
+ These awesome libraries empower Vencord Desktop
+
+ -
+ Electron
+ - Build cross-platform desktop apps with JavaScript, HTML, and CSS
+
+ -
+ Electron Builder
+ - A complete solution to package and build a ready for distribution Electron app with “auto update”
+ support out of the box
+
+ -
+ arrpc
+ - An open implementation of Discord's Rich Presence server
+
+ -
+ And many
+ more awesome open source libraries
+
+
+