From 9ae48a8c6c9c498670e6290fd90aae3ef3f7c86d Mon Sep 17 00:00:00 2001 From: LukeGus Date: Sun, 26 Jul 2026 20:05:38 -0500 Subject: [PATCH] fix: macOS appstore IAP error --- .github/workflows/electron.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/electron.yml b/.github/workflows/electron.yml index 1edc4757..fb0c301a 100644 --- a/.github/workflows/electron.yml +++ b/.github/workflows/electron.yml @@ -1137,6 +1137,7 @@ jobs: --skip_screenshots true \ --submit_for_review true \ --automatic_release true \ + --precheck_include_in_app_purchases false \ --force true - name: Clean up keychains