File tree 2 files changed +10
-21
lines changed
2 files changed +10
-21
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
15
15
matrix :
16
16
include :
17
17
- 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
20
20
- 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
23
23
- 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
26
26
27
27
steps :
28
28
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1
- # LCU
1
+ # Random Skin Selector
2
2
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.
You can’t perform that action at this time.
0 commit comments