Skip to content

Commit 028ee64

Browse files
authored
Merge branch 'dev' into config-formatting
2 parents 074351d + d8418b7 commit 028ee64

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Steps to reproduce the behavior:
2020
**Expected behavior**
2121
A clear and concise description of what you expected to happen.
2222

23+
**Log file**
24+
Please attach the log file. You can find the file in the same directory like the installer executable.
25+
(You might want to clean up some personal information from the file)
26+
2327
**Screenshots**
2428
If applicable, add screenshots to help explain your problem.
2529

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Linux is currently the best supported platform (tested with Ubuntu 20.04/22.04 L
5454
- [MindTheGapps](https://wiki.lineageos.org/gapps#downloads)
5555
- [NikGApps](https://nikgapps.com)
5656
- [MicroG](https://microg.org)
57-
- The recommended way to install MicroG is to use the zip file provided here: [https://github.com/FriendlyNeighborhoodShane/MinMicroG_releases/releases](https://github.com/FriendlyNeighborhoodShane/MinMicroG_releases/releases).
57+
- The recommended way to install MicroG is to use the zip file provided here: [https://github.com/FriendlyNeighborhoodShane/MinMicroG-abuse-CI/releases](https://github.com/FriendlyNeighborhoodShane/MinMicroG-abuse-CI/releases).
5858
- [F-Droid App-Store](https://f-droid.org/en/packages/org.fdroid.fdroid.privileged.ota).
5959
- or you can just search the web or the [xda-developers forum](https://forum.xda-developers.com) for an appropriate version for your device.
6060
3. Start the desktop app and follow the instructions.

openandroidinstaller/views/addon_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def build(self):
164164
"Download MicroG",
165165
icon=icons.DOWNLOAD_OUTLINED,
166166
on_click=lambda _: webbrowser.open(
167-
"https://github.com/FriendlyNeighborhoodShane/MinMicroG_releases/releases"
167+
"https://github.com/FriendlyNeighborhoodShane/MinMicroG-abuse-CI/releases"
168168
),
169169
expand=True,
170170
),

0 commit comments

Comments
 (0)