Skip to content

Commit 611a993

Browse files
committed
Update image doc
1 parent a336b7f commit 611a993

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
55.6 KB
Loading
489 KB
Loading

StreamingCommunity/Util/installer/device_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
class DeviceDownloader:
2323
def __init__(self):
2424
self.base_dir = binary_paths.ensure_binary_directory()
25-
self.github_png_url = "https://github.com/Arrowar/StreamingCommunity/raw/main/.github/.site/img/crunchyroll_etp_rt.png"
25+
self.github_png_url = "https://github.com/Arrowar/StreamingCommunity/raw/main/.github/doc/img/crunchyroll_etp_rt.png"
2626

2727
def extract_png_chunk(self, png_with_wvd: str, out_wvd_path: str) -> bool:
2828
"""Extract WVD data"""

0 commit comments

Comments
 (0)