mirror of
https://github.com/safing/portmaster
synced 2025-09-02 18:49:14 +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
|
# --keep-ts is necessary to ensure that the timestamps of the source files
|
||||||
# are preserved such that Rust's incremental compilation works correctly.
|
# are preserved such that Rust's incremental compilation works correctly.
|
||||||
COPY --keep-ts ./desktop/tauri/ .
|
COPY --keep-ts ./desktop/tauri/ .
|
||||||
COPY assets/data ./assets
|
COPY assets/data ./../../assets/data
|
||||||
COPY packaging/linux ./../../packaging/linux
|
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
|
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