Commit fce1991
committed
build-release: only zip files, not directories
Zip format does not require to store directory to store files
in a directory. Storing directory is only required for storing
directory metadata (like file modification date, etc.)
Not storing directories produces smaller zip files, the directories
are automatically created when unzipping the files.1 parent ec564ff commit fce1991
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
245 | 249 | | |
246 | 250 | | |
247 | 251 | | |
| |||
0 commit comments