From 97e13851c70150b3c8e85b8aa9a27c4d565214f9 Mon Sep 17 00:00:00 2001 From: WardPearce Date: Fri, 20 Sep 2024 21:14:34 +1200 Subject: [PATCH] Run patch in build --- .github/workflows/prod-desktop.yml | 3 +++ .../electron/{remove_plugin.py => patch_capacitor_plugin.py} | 0 2 files changed, 3 insertions(+) rename materialious/electron/{remove_plugin.py => patch_capacitor_plugin.py} (100%) diff --git a/.github/workflows/prod-desktop.yml b/.github/workflows/prod-desktop.yml index d78cdfc4..3eb3d76a 100644 --- a/.github/workflows/prod-desktop.yml +++ b/.github/workflows/prod-desktop.yml @@ -51,6 +51,9 @@ jobs: - name: Install electron modules run: cd ./materialious/electron && npm install + - name: Patch capacitor plugin + run: cd ./materialious/electron && python patch_capacitor_plugin.py + - name: Set up environment variables run: echo "GH_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV shell: bash diff --git a/materialious/electron/remove_plugin.py b/materialious/electron/patch_capacitor_plugin.py similarity index 100% rename from materialious/electron/remove_plugin.py rename to materialious/electron/patch_capacitor_plugin.py