From f59afb78431f004e5092938bea74fd92025eb0ff Mon Sep 17 00:00:00 2001 From: Lindsay Zhou Date: Tue, 6 Aug 2024 13:49:46 +0800 Subject: [PATCH] testing/cinny: build with hash router config.json --- testing/cinny/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/cinny/APKBUILD b/testing/cinny/APKBUILD index bdc3892a0e0..946d137c020 100644 --- a/testing/cinny/APKBUILD +++ b/testing/cinny/APKBUILD @@ -3,7 +3,7 @@ pkgname=cinny pkgver=4.1.0 _releasedate="2024-08-04" -pkgrel=0 +pkgrel=1 pkgdesc="Yet another matrix client" url="https://cinny.in" # limited by tauri platform support @@ -44,6 +44,7 @@ export NODE_OPTIONS="--max-old-space-size=4000" prepare() { default_prepare + cp "$builddir/config.json" $_jsdir/ # they don't know how to specify dependencies correctly cd "$_jsdir" npm ci --legacy-peer-deps