Skip to content

Commit

Permalink
Cleanup (#5)
Browse files Browse the repository at this point in the history
* please build

* updated the readme.
  • Loading branch information
coltiebaby authored Mar 13, 2024
1 parent 8148cd6 commit 9fc3d70
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 21 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
matrix:
include:
- os: ubuntu-latest
artifact_name: ${{ github.repository }}
asset_name: ${{ github.repository }}-{{ github.ref }}-linux-amd64
artifact_name: rss
asset_name: rss-{{ github.ref }}-linux-amd64
- os: windows-latest
artifact_name: ${{ github.repository }}.exe
asset_name: ${{ github.repository }}-{{ github.ref }}-windows-amd64
artifact_name: rss.exe
asset_name: rss-{{ github.ref }}-windows-amd64
- os: macos-latest
artifact_name: ${{ github.repository }}
asset_name: ${{ github.repository }}-{{ github.ref }}-macos-amd64
artifact_name: rss
asset_name: rss-{{ github.ref }}-macos-amd64

steps:
- uses: actions/checkout@v3
Expand Down
19 changes: 4 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# LCU
# Random Skin Selector

If you want to make your own wrapper

### Lockfile
/Applications/League\ of\ Legends.app/Contents/LoL/lockfile

```
# --install-directory
# `ps x -o args | grep 'LeagueClientUx'`
$ ps -A | grep "RiotClientUx"
# View swagger
$ curl -u riot:your-token-here --basic --insecure https://localhost:56970/swagger/v1/api-docs
```
Download the release and simply run the application.
It will wait until it can connect to the game client.
Once you pick a character it'll pick a random skin after 3 seconds.

0 comments on commit 9fc3d70

Please sign in to comment.