Remove Asar Upload

This commit is contained in:
thororen1234 2025-04-05 18:32:38 -04:00
parent a96f8e2c15
commit 957c87d939
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -53,7 +53,7 @@ jobs:
cp Vencord.user.{js,js.LEGAL.txt} release
# copy the plugin data jsons, the extension zips and the desktop/vesktop asars
cp *.{json,zip,asar} release
cp *.{json,zip} release
# legacy un-asared files
cp desktop/* release

View file

@ -19,7 +19,6 @@
// @ts-check
import { createPackage } from "@electron/asar";
import { readdir, writeFile } from "fs/promises";
import { dirname, join } from "path";
import { fileURLToPath } from "url";