mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 14:13:01 -04:00
Remove Asar Upload
This commit is contained in:
parent
a96f8e2c15
commit
957c87d939
2 changed files with 1 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
||||||
cp Vencord.user.{js,js.LEGAL.txt} release
|
cp Vencord.user.{js,js.LEGAL.txt} release
|
||||||
|
|
||||||
# copy the plugin data jsons, the extension zips and the desktop/vesktop asars
|
# 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
|
# legacy un-asared files
|
||||||
cp desktop/* release
|
cp desktop/* release
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
|
|
||||||
// @ts-check
|
// @ts-check
|
||||||
|
|
||||||
import { createPackage } from "@electron/asar";
|
|
||||||
import { readdir, writeFile } from "fs/promises";
|
import { readdir, writeFile } from "fs/promises";
|
||||||
import { dirname, join } from "path";
|
import { dirname, join } from "path";
|
||||||
import { fileURLToPath } from "url";
|
import { fileURLToPath } from "url";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue