diff --git a/.github/workflows/meta.yml b/.github/workflows/meta.yml index 0f93de6..4a1c128 100644 --- a/.github/workflows/meta.yml +++ b/.github/workflows/meta.yml @@ -30,7 +30,7 @@ jobs: git config user.name "github-actions[bot]" git config user.email "60797172+github-actions[bot]@users.noreply.github.com" git checkout -b ci/meta-update - git add meta/me.verticalsync.Sunroof.metainfo.xml + git add meta/io.github.verticalsync.sunroof.metainfo.xml git commit -m "Insert release changes for ${{ github.event.release.tag_name }}" git push origin ci/meta-update gh pr create -B main -H ci/meta-update -t "Metainfo for ${{ github.event.release.tag_name }}" -b "This PR updates the metainfo for release ${{ github.event.release.tag_name }}." diff --git a/meta/me.verticalsync.Sunroof.metainfo.xml b/meta/io.github.verticalsync.sunroof.metainfo.xml similarity index 93% rename from meta/me.verticalsync.Sunroof.metainfo.xml rename to meta/io.github.verticalsync.sunroof.metainfo.xml index 3e3a51f..be03776 100644 --- a/meta/me.verticalsync.Sunroof.metainfo.xml +++ b/meta/io.github.verticalsync.sunroof.metainfo.xml @@ -1,32 +1,33 @@ - me.verticalsync.Sunroof + io.github.verticalsync.sunroof Sunroof Snappier Discord app with Suncord Suncord Contributors - me.verticalsync.Sunroof.desktop + io.github.verticalsync.sunroof CC0-1.0 GPL-3.0 Suncord -

Sunroof is a cross platform desktop app aiming to give you a snappier Discord experience with Suncord pre-installed.

-

Sunroof comes bundled with Venmic, a purpose-built library to provide functioning audio screenshare.

+

Sunroof is a cross-platform Vesktop Fork desktop app aiming to give you extra plugins but still give you a snappier Discord experience, with Suncord pre-installed.

+

Which comes bundled with Venmic, a purpose-built library to provide functioning audio screenshare.

Suncord settings page and about window open - https://vencord.dev/assets/screenshots/vesktop-1-appstream.png + https://files.catbox.moe/59wp6h.png A dialog showing screenshare options - https://vencord.dev/assets/screenshots/vesktop-2-appstream.png + https://files.catbox.moe/nbo64w.png A screenshot of a Discord server - https://vencord.dev/assets/screenshots/vesktop-3-appstream.png + https://files.catbox.moe/uzpk4h.png + https://github.com/verticalsync/Sunroof/releases/tag/1.6.0 @@ -228,4 +229,4 @@ Privacy Mod -
\ No newline at end of file + diff --git a/scripts/utils/updateMeta.mts b/scripts/utils/updateMeta.mts index c7ab58c..40a710c 100644 --- a/scripts/utils/updateMeta.mts +++ b/scripts/utils/updateMeta.mts @@ -50,7 +50,7 @@ const latestReleaseInformation = await fetch("https://api.github.com/repos/verti } }).then(res => res.json()); -const metaInfo = await fs.readFile("./meta/me.verticalsync.Sunroof.metainfo.xml", "utf-8"); +const metaInfo = await fs.readFile("./meta/io.github.verticalsync.sunroof.metainfo.xml", "utf-8"); const parser = new DOMParser().parseFromString(metaInfo, "text/xml"); @@ -90,4 +90,4 @@ const output = xmlFormat(new XMLSerializer().serializeToString(parser), { indentation: " " }); -await fs.writeFile("./meta/me.verticalsync.Sunroof.metainfo.xml", output, "utf-8"); +await fs.writeFile("./meta/io.github.verticalsync.sunroof.metainfo.xml", output, "utf-8");