From 554b16d6cbbf9ef5500d19a54ff26fe63fc90ede Mon Sep 17 00:00:00 2001 From: billisdead Date: Fri, 22 May 2026 07:49:33 +0200 Subject: [PATCH] feat: enable internal distribution on preview build profile Adds distribution: "internal" to the preview EAS build profile so that completed APK builds generate a QR code and direct download link. Co-Authored-By: Claude Sonnet 4.6 --- artifacts/postiz-mobile/eas.json | 1 + 1 file changed, 1 insertion(+) diff --git a/artifacts/postiz-mobile/eas.json b/artifacts/postiz-mobile/eas.json index 7ff8c52..1b89ea1 100644 --- a/artifacts/postiz-mobile/eas.json +++ b/artifacts/postiz-mobile/eas.json @@ -4,6 +4,7 @@ }, "build": { "preview": { + "distribution": "internal", "android": { "buildType": "apk" }