Commit 8aae538
authored
fix: find bundled test_app_exe from exe directory, not BaseDirectory (#71)
AppDomain.CurrentDomain.BaseDirectory points to the extraction temp dir when running as a single-file publish. Use Environment.ProcessPath to locate the actual exe directory where test_app_exe/ lives.1 parent 66f3a27 commit 8aae538
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
0 commit comments