Commit e2acf27
authored
Allow disabling the custom pycache location (#1983)
The MSIX Package Support Framework's file redirection wasn't working properly for ProgramData for some reason, leading to leftover files after uninstall, which is against MS Store policies. By allowing the desktop app to disable the custom pycache, the PSF's package root file redirection is able to work properly instead, storing __pycache__ folders in the per-app location that is cleaned on uninstall.1 parent 7127aa2 commit e2acf27
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments