Skip to content

Commit 9fc3d70

Browse files
authored
Cleanup (#5)
* please build * updated the readme.
1 parent 8148cd6 commit 9fc3d70

File tree

2 files changed

+10
-21
lines changed

2 files changed

+10
-21
lines changed

.github/workflows/release.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
matrix:
1616
include:
1717
- os: ubuntu-latest
18-
artifact_name: ${{ github.repository }}
19-
asset_name: ${{ github.repository }}-{{ github.ref }}-linux-amd64
18+
artifact_name: rss
19+
asset_name: rss-{{ github.ref }}-linux-amd64
2020
- os: windows-latest
21-
artifact_name: ${{ github.repository }}.exe
22-
asset_name: ${{ github.repository }}-{{ github.ref }}-windows-amd64
21+
artifact_name: rss.exe
22+
asset_name: rss-{{ github.ref }}-windows-amd64
2323
- os: macos-latest
24-
artifact_name: ${{ github.repository }}
25-
asset_name: ${{ github.repository }}-{{ github.ref }}-macos-amd64
24+
artifact_name: rss
25+
asset_name: rss-{{ github.ref }}-macos-amd64
2626

2727
steps:
2828
- uses: actions/checkout@v3

README.md

+4-15
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
1-
# LCU
1+
# Random Skin Selector
22

3-
If you want to make your own wrapper
4-
5-
### Lockfile
6-
/Applications/League\ of\ Legends.app/Contents/LoL/lockfile
7-
8-
```
9-
# --install-directory
10-
# `ps x -o args | grep 'LeagueClientUx'`
11-
12-
$ ps -A | grep "RiotClientUx"
13-
14-
# View swagger
15-
$ curl -u riot:your-token-here --basic --insecure https://localhost:56970/swagger/v1/api-docs
16-
```
3+
Download the release and simply run the application.
4+
It will wait until it can connect to the game client.
5+
Once you pick a character it'll pick a random skin after 3 seconds.

0 commit comments

Comments
 (0)