Skip to content

Commit

Permalink
Merge branch 'Legcord:dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
CCIGAMES authored Nov 9, 2024
2 parents 495aa0b + f3b7020 commit 68470db
Show file tree
Hide file tree
Showing 11 changed files with 263 additions and 242 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
publish:
runs-on: windows-latest
steps:
- uses: vedantmgoyal9/winget-releaser@v2
- uses: vedantmgoyal9/winget-releaser@main
with:
identifier: smartfrigde.Legcord
token: ${{secrets.PUBLIC_REPO_READ}}
token: ${{secrets.PUBLIC_REPO_READ}}
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
"vaapi"
],
"cSpell.ignorePaths": ["assets/lang"],
"editor.defaultFormatter": "biomejs.biome"
"editor.defaultFormatter": "biomejs.biome",
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
}
}
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,12 @@ Not available yet.

### Scoop package

Not available yet.
LegCord is also available on the [Extras](https://github.com/ScoopInstaller/Extras) repo

```powershell
scoop bucket add extras # Ensure bucket is added first
scoop install legcord
```

### AUR Package

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
"@rollup/plugin-esm-shim": "^0.1.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^22.7.7",
"@types/ws": "^8.5.12",
"@types/node": "^22.8.7",
"@types/ws": "^8.5.13",
"@uwu/lune": "^1.4.2",
"@uwu/shelter-defs": "^1.4.1",
"electron": "33.0.1",
"electron": "32.2.2",
"electron-builder": "^25.1.8",
"rollup": "^4.24.0",
"rollup": "^4.24.3",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-esbuild": "^6.1.1",
"solid-js": "^1.9.2",
"solid-js": "^1.9.3",
"typescript": "^5.6.3"
},
"dependencies": {
Expand All @@ -54,6 +54,6 @@
"v8-compile-cache": "^2.4.0",
"ws": "^8.18.0"
},
"packageManager": "[email protected].0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca",
"packageManager": "[email protected].3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"package-manager-strict": false
}
Loading

0 comments on commit 68470db

Please sign in to comment.