Commit 8e53eb0
authored
Fix creation of zip packages in Windows (#1490)
Package Registry was using the OS-native relative paths directly when
building zip packages. So on windows this was using back slashes, but
names in zip headers are expected to use forward slashes.
Tests were passing only because they only check the headers, and the
names there were converted to the expected format when reading the zip.1 parent 4e41cdf commit 8e53eb0
2 files changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
689 | 689 | | |
690 | 690 | | |
691 | 691 | | |
692 | | - | |
693 | | - | |
694 | | - | |
695 | | - | |
| 692 | + | |
696 | 693 | | |
697 | 694 | | |
698 | 695 | | |
| |||
0 commit comments