make it actually work
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<component type="desktop-application">
|
<component type="desktop-application">
|
||||||
<!--Created with jdAppStreamEdit 7.1-->
|
<!--Created with jdAppStreamEdit 7.1-->
|
||||||
<id>dev.vencord.Vesktop</id>
|
<id>xyz.defautluser0.notnextop</id>
|
||||||
<name>Vesktop</name>
|
<name>Vesktop</name>
|
||||||
<summary>Snappier Discord app with Vencord</summary>
|
<summary>Snappier Discord app with Vencord</summary>
|
||||||
<developer_name>Vencord Contributors</developer_name>
|
<developer_name>Vencord Contributors</developer_name>
|
||||||
@@ -10,8 +10,8 @@
|
|||||||
<project_license>GPL-3.0</project_license>
|
<project_license>GPL-3.0</project_license>
|
||||||
<project_group>Vencord</project_group>
|
<project_group>Vencord</project_group>
|
||||||
<description>
|
<description>
|
||||||
<p>Vesktop is a cross platform desktop app aiming to give you a snappier Discord experience with Vencord pre-installed.</p>
|
<p>Not-Nextop is a cross platform desktop app aiming to give you a snappier Discord experience with Vencord pre-installed.</p>
|
||||||
<p>Vesktop comes bundled with Venmic, a purpose-built library to provide functioning audio screenshare.</p>
|
<p>Not-Nextop comes bundled with Venmic, a purpose-built library to provide functioning audio screenshare.</p>
|
||||||
</description>
|
</description>
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">
|
<screenshot type="default">
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
<p>What's Changed</p>
|
<p>What's Changed</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Now remembers your previous Screenshare resolution & FPS</li>
|
<li>Now remembers your previous Screenshare resolution & FPS</li>
|
||||||
<li>You can now disable the splash screen in Vesktop Settings</li>
|
<li>You can now disable the splash screen in Not-Nextop Settings</li>
|
||||||
<li>Now supports deep links (opening Discord Message Links in Vesktop) by @Covkie</li>
|
<li>Now supports deep links (opening Discord Message Links in Vesktop) by @Covkie</li>
|
||||||
<li>Now supports discord:// uri scheme, allowing it to open things like invites from your Browser even while closed by @Covkie</li>
|
<li>Now supports discord:// uri scheme, allowing it to open things like invites from your Browser even while closed by @Covkie</li>
|
||||||
<li>Added 4k resolution to screenshare by @makindotcc</li>
|
<li>Added 4k resolution to screenshare by @makindotcc</li>
|
||||||
@@ -117,12 +117,12 @@
|
|||||||
<description>
|
<description>
|
||||||
<p>New Features</p>
|
<p>New Features</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Added categories to Vesktop settings to reduce visual clutter by @justin13888</li>
|
<li>Added categories to Not-Nextop settings to reduce visual clutter by @justin13888</li>
|
||||||
<li>Added support for Vencord's transparent window options</li>
|
<li>Added support for Vencord's transparent window options</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Fixes</p>
|
<p>Fixes</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed ugly error popups when starting Vesktop without working internet connection</li>
|
<li>Fixed ugly error popups when starting Not-Nextop without working internet connection</li>
|
||||||
<li>Fixed popout title bars on Windows</li>
|
<li>Fixed popout title bars on Windows</li>
|
||||||
<li>Fixed spellcheck entries</li>
|
<li>Fixed spellcheck entries</li>
|
||||||
<li>Fixed screenshare audio using microphone on debian, by @Curve</li>
|
<li>Fixed screenshare audio using microphone on debian, by @Curve</li>
|
||||||
@@ -135,7 +135,7 @@
|
|||||||
<description>
|
<description>
|
||||||
<p>What's Changed</p>
|
<p>What's Changed</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>fully renamed to Vesktop. You will likely have to login to Discord again. You might have to re-create your vesktop shortcut</li>
|
<li>fully renamed to Vesktop. You will likely have to login to Discord again. You might have to re-create your Not-Nextop shortcut</li>
|
||||||
<li>added option to disable smooth scrolling by @ZirixCZ</li>
|
<li>added option to disable smooth scrolling by @ZirixCZ</li>
|
||||||
<li>added setting to disable hardware acceleration by @zt64</li>
|
<li>added setting to disable hardware acceleration by @zt64</li>
|
||||||
<li>fixed adding connections</li>
|
<li>fixed adding connections</li>
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ function generateDescription(description: string, descriptionNode: Element) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const latestReleaseInformation = await fetch("https://api.github.com/repos/Vencord/Vesktop/releases/latest", {
|
const latestReleaseInformation = await fetch("https://api.github.com/repos/defautluser0/Not-Nextop/releases/latest", {
|
||||||
headers: {
|
headers: {
|
||||||
Accept: "application/vnd.github+json",
|
Accept: "application/vnd.github+json",
|
||||||
"X-Github-Api-Version": "2022-11-28"
|
"X-Github-Api-Version": "2022-11-28"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Vesktop, a desktop app aiming to give you a snappier Discord Experience
|
* Vesktop, a desktop app aiming to give you a snappier Discord Experience
|
||||||
* Copyright (c) 2023 Vendicated and Vencord contributors
|
* Copyright (c) 2025 Vendicated and Vesktop contributors
|
||||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@ export async function githubGet(endpoint: string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export async function downloadVencordFiles() {
|
export async function downloadVencordFiles() {
|
||||||
const release = await githubGet("/repos/Nexulien/Nexulien/releases/latest");
|
const release = await githubGet("/repos/defautluser0/Not-Nexulien/releases/latest");
|
||||||
|
|
||||||
const { assets }: ReleaseData = await release.json();
|
const { assets }: ReleaseData = await release.json();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user