fix and update

This commit is contained in:
lendry
2026-07-02 16:19:06 +03:00
parent 4306d0ce37
commit 2f76b28339
9 changed files with 262 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ export async function GET() {
const apkPath = resolveApkPath();
if (!apkPath) {
return new Response(
'APK ещё не собран. Запустите: docker compose up --build tauri-apk-builder. После сборки файл появится как apps/frontend/public/downloads/lendry-id.apk.',
'APK ещё не собран. Запустите: ./install.sh --build-apk (или пункт 12 в меню). После сборки файл появится как apps/frontend/public/downloads/lendry-id.apk.',
{
status: 404,
headers: {