Skip to content

Commit d8b1fea

Browse files
Update comment to be generic about zip structure
Co-authored-by: danielchalmers <7112040+danielchalmers@users.noreply.github.com>
1 parent 48c04e5 commit d8b1fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TeslaCam/PackageManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ private static async Task DownloadFile(string url, string savePath)
2020

2121
private static void ExtractZipFile(string zipFilePath, string extractPath)
2222
{
23-
// Extract and flatten nested directories - the zip contains ffmpeg-7.0-full_build-shared/bin/*.dll and ffmpeg.exe
23+
// Extract and flatten nested directories - the zip contains a bin directory with ffmpeg.exe and required DLLs
2424
using var archive = ZipFile.OpenRead(zipFilePath);
2525

2626
foreach (var entry in archive.Entries)

0 commit comments

Comments
 (0)