From 77505fbc86860ad210791c65f7eb238b6110f309 Mon Sep 17 00:00:00 2001 From: locpham Date: Sun, 9 Aug 2026 04:17:40 +0000 Subject: [PATCH] fix: build_windows.ps1 ASCII-only lan 2 (em-dash) --- build_windows.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_windows.ps1 b/build_windows.ps1 index 6dccd2f..7c2d0b1 100644 --- a/build_windows.ps1 +++ b/build_windows.ps1 @@ -70,8 +70,8 @@ if (-not (Test-Path src-tauri\vc_redist.x64.exe)) { } Write-Host "== [6/6] Tauri build (NSIS .exe + MSI) ==" -# Guard: resources/daw_engine PHAI co exe + _internal truoc khi tauri build — -# glob trong tauri.conf.json fail ngay ("path not found") neu thieu. +# Guard: resources/daw_engine PHAI co exe + _internal truoc khi tauri build +# (glob trong tauri.conf.json fail ngay "path not found" neu thieu). if (-not (Test-Path "src-tauri\resources\daw_engine\daw_engine.exe")) { Write-Host "ERROR: src-tauri\resources\daw_engine\daw_engine.exe khong co - buoc [4/6] that bai?" -ForegroundColor Red exit 1