fix: resolve JD NSIS payload paths absolutely
This commit is contained in:
parent
4f899da565
commit
a3a98f3831
@ -46,7 +46,7 @@ pnpm install --frozen-lockfile
|
|||||||
# Windows application with cargo-xwin, then hand the resulting payload to NSIS.
|
# Windows application with cargo-xwin, then hand the resulting payload to NSIS.
|
||||||
pnpm tauri build --runner cargo-xwin --target "$target" --no-bundle
|
pnpm tauri build --runner cargo-xwin --target "$target" --no-bundle
|
||||||
|
|
||||||
release_dir="src-tauri/target/$target/release"
|
release_dir="$repo_root/src-tauri/target/$target/release"
|
||||||
app_exe="$release_dir/tolaria.exe"
|
app_exe="$release_dir/tolaria.exe"
|
||||||
[[ -f "$app_exe" ]] || { echo "No Windows executable was produced: $app_exe" >&2; exit 1; }
|
[[ -f "$app_exe" ]] || { echo "No Windows executable was produced: $app_exe" >&2; exit 1; }
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user