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