Skip to content

Commit c4fa1de

Browse files
committed
Add call to action to star the repo
1 parent a7c0a4d commit c4fa1de

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/lint-and-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
cache-dependency-glob: "uv.lock"
9393
python-version: ${{ matrix.python-version }}
9494
# https://github.com/pyinstaller/pyinstaller/issues/9012
95-
- name: Set up uv for Python ${{ matrix.python-version }}
95+
- name: Set up uv
9696
if: ${{ matrix.os == 'ubuntu-22.04' }}
9797
uses: astral-sh/setup-uv@v5
9898
with:

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ Easy to use image comparison based auto splitter for speedrunning on console or
1212
This program can be used to automatically start, split, and reset your preferred speedrun timer by comparing images to a capture region. This allows you to focus more on your speedrun and less on managing your timer. It also improves the accuracy of your splits. It can be used in tandem with any speedrun timer that accepts hotkeys (LiveSplit, WSplit, etc.), and can be integrated with LiveSplit.
1313

1414
<!-- markdownlint-disable-next-line MD033 -->
15-
<p align="center">
16-
<!-- markdownlint-disable-next-line MD033 -->
17-
<img src="/docs/2.2.2.gif" alt="Example" />
18-
</p>
15+
<p align="center"><img src="./docs/2.2.2.gif" alt="Example" /></p>
1916

2017
## Tutorial
2118

@@ -94,6 +91,7 @@ Not a developer? You can still help through the following methods:
9491
- Donating (see link below)
9592
- [Upvoting 👍 feature requests](../../issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3Aenhancement) you are interested in <!-- open enhancements sorted by reactions -->
9693
- Sharing AutoSplit with other speedrunners
94+
- Starring the repository <img style="vertical-align: sub" src="./docs/repo_star.png" alt="Example" />
9795
- Upvoting 👍 the following upstream issues in libraries and tools we use:
9896
- <https://bugreports.qt.io/browse/QTBUG-114436>
9997
- <https://bugreports.qt.io/browse/QTBUG-114635>
@@ -106,7 +104,6 @@ Not a developer? You can still help through the following methods:
106104
- <https://github.com/opencv/opencv/issues/23906>
107105
- <https://github.com/pywinrt/pywinrt/issues/78>
108106
- <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/807>
109-
- <https://github.com/hukkin/tomli-w/pull/46>
110107
- <https://github.com/uiri/toml/issues/270>
111108
- <https://github.com/microsoft/vscode/issues/40239>
112109
- <https://github.com/microsoft/vscode/issues/168411>

docs/repo_star.png

455 Bytes
Loading

0 commit comments

Comments
 (0)