mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 15:36:29 +00:00
Drop directories when creating zip file (#1372)
We zip a single file nested in a rather deep directory tree which stems from the build system. This doesn't need to be exposed to users.
This commit is contained in:
parent
0f57b55b4c
commit
8020671ca6
@ -331,5 +331,5 @@ function convert_disk_image_zip() {
|
|||||||
local hdd_img="$(hassos_image_name "${hdd_ext}")"
|
local hdd_img="$(hassos_image_name "${hdd_ext}")"
|
||||||
|
|
||||||
rm -f "${hdd_img}.zip"
|
rm -f "${hdd_img}.zip"
|
||||||
zip -r "${hdd_img}.zip" "${hdd_img}"
|
zip -j -q -r "${hdd_img}.zip" "${hdd_img}"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user