From 917560ae2fa28bdca333949aa1df7b39c3fbd5c7 Mon Sep 17 00:00:00 2001 From: Vladimir Stoilov Date: Wed, 22 May 2024 15:23:17 +0300 Subject: [PATCH] [eartly] Fix tauri build --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 9ff9dc16..4d84b118 100644 --- a/Earthfile +++ b/Earthfile @@ -323,7 +323,7 @@ tauri-src: # --keep-ts is necessary to ensure that the timestamps of the source files # are preserved such that Rust's incremental compilation works correctly. COPY --keep-ts ./desktop/tauri/ . - COPY assets/data ./assets + COPY assets/data ./../../assets/data COPY packaging/linux ./../../packaging/linux COPY (+angular-project/output/tauri-builtin --project=tauri-builtin --dist=./dist/tauri-builtin --configuration=production --baseHref="/") ./../angular/dist/tauri-builtin