Commit 3a605bf
committed
fix(prefix): restructure full_setup — purge first, then Proton, then pre-build prefix for winetricks
Bug: full_setup installed Proton THEN called purge(), which now removes Proton; all six launcher installs failed with 'Proton not found'.
New order: stash data → purge (prefix + Proton) → install latest Proton → pre-build pfx with 'proton run cmd.exe /c exit' → init (winetricks now runs — prefix exists) → backup → install launchers → restore stash.
The no-op cmd.exe run creates $WINEPREFIX/pfx/drive_c/windows/system32 so _install_winetricks_verbs is no longer skipped during init. This means vcrun/d3dx/cacerts/etc are installed before any launcher, giving every installer a properly prepared prefix.1 parent db93141 commit 3a605bf
1 file changed
Lines changed: 17 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
| 330 | + | |
337 | 331 | | |
338 | 332 | | |
339 | 333 | | |
340 | 334 | | |
341 | 335 | | |
342 | 336 | | |
343 | | - | |
344 | | - | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
345 | 352 | | |
346 | 353 | | |
347 | 354 | | |
| |||
369 | 376 | | |
370 | 377 | | |
371 | 378 | | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | 379 | | |
379 | 380 | | |
380 | 381 | | |
| |||
0 commit comments