Skip to content

v1.2.0 Fixing Bug

Latest

Choose a tag to compare

@Atarvano Atarvano released this 11 Aug 20:41
· 1 commit to main since this release
fix: apache/mysql not found on MSI install (resources/bin layout)

resolve_bin missed exe.parent()/resources/bin and root/resources/bin
which is Tauri bundle.resources layout on MSI/NSIS installs, so
dev passed via CARGO_MANIFEST_DIR fallback but laptops saw
"httpd.exe tidak ketemu". Add those checks and resources/ prefix
in try_paths. Verified: installed-layout repro failed before, passes
after; 54 tests green.

Co-Authored-By: Claude <noreply@anthropic.com>