From 8f1ea1f4404330272537e93ab03985e196d5b8c5 Mon Sep 17 00:00:00 2001 From: Nickyux <30734036+nmsturcke@users.noreply.github.com> Date: Sat, 5 Aug 2023 18:18:12 +0100 Subject: [PATCH 1/2] Update Settings Text to Vesktop (#84) --- src/renderer/components/Settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/Settings.tsx b/src/renderer/components/Settings.tsx index c70dbe2..14b33c8 100644 --- a/src/renderer/components/Settings.tsx +++ b/src/renderer/components/Settings.tsx @@ -40,7 +40,7 @@ export default function SettingsUi() { "Open Links in app (experimental)", "Opens links in a new Vesktop window instead of your web browser" ], - ["staticTitle", "Static Title", 'Makes the window title "Vencord" instead of changing to the current page'], + ["staticTitle", "Static Title", 'Makes the window title "Vesktop" instead of changing to the current page'], ["enableMenu", "Enable Menu Bar", "Enables the application menu bar. Press ALT to toggle visibility."] ]; From 57006e7e523d2fd19d85d0d5b185021784704a0f Mon Sep 17 00:00:00 2001 From: Lewis Crichton Date: Sun, 6 Aug 2023 01:05:48 +0100 Subject: [PATCH 2/2] feat: portable zip (#85) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c8c19f8..0d18e65 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "win": { "target": [ "nsis", - "portable" + "zip" ] }, "publish": {