From 29a4b737fb5c8c275aeebdc5841c94d86613c8a4 Mon Sep 17 00:00:00 2001 From: Vladimir Stoilov Date: Mon, 22 Jul 2024 15:26:22 +0300 Subject: [PATCH] Fix Earthfile linux tauri build --- Earthfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Earthfile b/Earthfile index ced85ed9..feabfaee 100644 --- a/Earthfile +++ b/Earthfile @@ -495,12 +495,12 @@ tauri-build: RUN echo output: $(ls -R "target/${target}/release") LET outbin="error" - FOR bin IN "portmaster Portmaster.exe WebView2Loader.dll" + FOR bin IN "app app.exe WebView2Loader.dll" # Modify output binary. SET outbin="${bin}" - IF [ "${bin}" = "portmaster" ] + IF [ "${bin}" = "app" ] SET outbin="portmaster-app" - ELSE IF [ "${bin}" = "Portmaster.exe" ] + ELSE IF [ "${bin}" = "app.exe" ] SET outbin="portmaster-app.exe" END # Save output binary as local artifact.