Commit 1a6dc33
committed
vamos_runner: Fix AmiPath validation failure on Windows
The cwd and command path configs embedded the host temp directory
path directly into Amiga-style "volume:path" notation, producing
strings like "root:C:\Users\...\Temp\amifuse_XXXXX".
The amitools AmiPath validator explicitly rejects paths containing
more than one colon, so the drive letter colon in "C:\" caused
path manager setup to fail on Windows.
Use "root:" (the volume root) instead. The volume definition
already maps root: to the host temp directory, so the resolved
path is identical.1 parent e466d16 commit 1a6dc33
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
96 | 101 | | |
97 | 102 | | |
98 | 103 | | |
| |||
0 commit comments