Skip to content

Commit

Permalink
update lineage file name example
Browse files Browse the repository at this point in the history
Signed-off-by: SirRGB <sirrgb@proton.me>
  • Loading branch information
SirRGB committed Feb 7, 2024
1 parent 9734c8a commit b4fafa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openandroidinstaller/views/addon_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def build(self):
Text("Select addons:", style="titleSmall"),
# Markdown(
# f"""
# The image file should look something like `lineage-19.1-20221101-nightly-{self.state.config.metadata.get('devicecode')}-signed.zip`."""
# The image file should look something like `lineage-20.0-20240101-nightly-{self.state.config.metadata.get('devicecode')}-signed.zip`."""
# ),
Row(
[
Expand Down
2 changes: 1 addition & 1 deletion openandroidinstaller/views/select_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def build(self):
Text("Select an OS image:", style="titleSmall"),
Markdown(
f"""
The image file should look something like `lineage-19.1-20221101-nightly-{self.state.config.device_code}-signed.zip`."""
The image file should look something like `lineage-20.0-20240101-nightly-{self.state.config.device_code}-signed.zip`."""
),
Row(
[
Expand Down

0 comments on commit b4fafa9

Please sign in to comment.