fix: signal-desktop (#7501)

Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
madomado
2025-11-22 12:37:29 +08:00
committed by GitHub
parent f1ecba2d3d
commit 883cc65db4
+4 -2
View File
@@ -87,8 +87,10 @@ Signal Desktop links with Signal on Android or iOS and lets you message from you
%build
pnpm install --frozen-lockfile
pnpm --prefix sticker-creator install
pnpm --prefix sticker-creator build
pushd sticker-creator
pnpm install --frozen-lockfile
pnpm build
popd
pnpm run build-linux --dir
%install