Compare commits

...

5 Commits

Author SHA1 Message Date
Gilver 35b5db5ae5 Was not that particular funny Electron issue
Signed-off-by: Gilver <rockgrub@disroot.org>
2025-03-20 21:33:31 -05:00
Gilver b8b74d6c72 Revert 16853c5
Signed-off-by: Gilver <rockgrub@disroot.org>
2025-03-20 21:31:00 -05:00
Gilver 12b5d92dfb Wrong file
Gil you moron

Signed-off-by: Gilver <rockgrub@disroot.org>
2025-03-20 21:29:46 -05:00
Gilver 16853c5fc7 Check if it's the funny Electron issue
Signed-off-by: Gilver <rockgrub@disroot.org>
2025-03-20 21:27:42 -05:00
madomado 00bdb31f59 fix: legcord
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=legcord

I love arch linux

Signed-off-by: madomado <madonuko@outlook.com>
2025-03-20 17:30:13 +08:00
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ project pkg {
labels {
nightly = 1
}
}
}
+3 -3
View File
@@ -43,9 +43,9 @@ EOF
%build
pnpm install --no-frozen-lockfile
pnpm run packageQuick
NODE_ENV=development pnpm install --ignore-scripts
pnpm run build
pnpm -c exec "electron-builder --linux dir --publish never"
%install
install -Dm644 dist/*-unpacked/resources/app.asar %buildroot/usr/share/legcord/app.asar