mirror of
https://github.com/safing/portmaster
synced 2025-09-02 02:29:12 +00:00
Fix Earthfile linux tauri build
This commit is contained in:
parent
5ec32d102e
commit
29a4b737fb
1 changed files with 3 additions and 3 deletions
|
@ -495,12 +495,12 @@ tauri-build:
|
||||||
|
|
||||||
RUN echo output: $(ls -R "target/${target}/release")
|
RUN echo output: $(ls -R "target/${target}/release")
|
||||||
LET outbin="error"
|
LET outbin="error"
|
||||||
FOR bin IN "portmaster Portmaster.exe WebView2Loader.dll"
|
FOR bin IN "app app.exe WebView2Loader.dll"
|
||||||
# Modify output binary.
|
# Modify output binary.
|
||||||
SET outbin="${bin}"
|
SET outbin="${bin}"
|
||||||
IF [ "${bin}" = "portmaster" ]
|
IF [ "${bin}" = "app" ]
|
||||||
SET outbin="portmaster-app"
|
SET outbin="portmaster-app"
|
||||||
ELSE IF [ "${bin}" = "Portmaster.exe" ]
|
ELSE IF [ "${bin}" = "app.exe" ]
|
||||||
SET outbin="portmaster-app.exe"
|
SET outbin="portmaster-app.exe"
|
||||||
END
|
END
|
||||||
# Save output binary as local artifact.
|
# Save output binary as local artifact.
|
||||||
|
|
Loading…
Add table
Reference in a new issue