mirror of
https://github.com/safing/portmaster
synced 2025-09-02 10:39:22 +00:00
[eartly] Fix tauri build
This commit is contained in:
parent
3131fb28cc
commit
917560ae2f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue