From 6773a67b2c9214f1cc293e59d18131311fbc5214 Mon Sep 17 00:00:00 2001 From: Frederic Date: Tue, 16 Jul 2024 15:53:03 +0200 Subject: [PATCH] Remove broken workaround --- .github/workflows/build_tauri.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_tauri.yml b/.github/workflows/build_tauri.yml index be690f6..fd90af2 100644 --- a/.github/workflows/build_tauri.yml +++ b/.github/workflows/build_tauri.yml @@ -50,7 +50,7 @@ jobs: Import-PfxCertificate -FilePath certificate/certificate.pfx -CertStoreLocation Cert:\CurrentUser\My -Password (ConvertTo-SecureString -String $env:WINDOWS_CERTIFICATE_PASSWORD -Force -AsPlainText) - name: Install web dependencies - run: npm install --foreground-scripts --bin-links=false + run: npm install --foreground-scripts - name: Run prebuild actions (static resources, sidecar binaries, app icon) run: npm run prebuild-desktop