mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Compare commits
5 commits
87cc6812d3
...
89facc2484
Author | SHA1 | Date | |
---|---|---|---|
|
89facc2484 | ||
|
b31d9d8d4a | ||
|
c848ad862c | ||
|
e70ef10dd6 | ||
|
a40188ee43 |
4 changed files with 12 additions and 6319 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,4 +2,5 @@ node_modules
|
|||
out/
|
||||
dist
|
||||
ts-out/
|
||||
ts-out
|
||||
ts-out
|
||||
package-lock.json
|
||||
|
|
11
README.md
11
README.md
|
@ -35,17 +35,22 @@
|
|||
Check releases tab for precompiled packages for Linux, Windows and Mac OS. Alternatively use our Sourceforge mirror.
|
||||
<a href="https://sourceforge.net/projects/armcord/files/latest/download"><img alt="Download ArmCord" src="https://a.fsdn.com/con/app/sf-download-button" width=276 height=48 srcset="https://a.fsdn.com/con/app/sf-download-button?button_size=2x 2x"></a>
|
||||
### AUR Package
|
||||
Armcord is also available on the Arch User Repository (AUR) [here](https://aur.archlinux.org/packages/armcord-bin/).
|
||||
ArmCord is also available on the Arch User Repository (AUR) [here](https://aur.archlinux.org/packages/armcord-bin/).
|
||||
|
||||
Install it via an AUR helper tool like `yay`.
|
||||
|
||||
**Example:** `yay -S armcord-bin`
|
||||
|
||||
### Snap package
|
||||
ArmCord is also available on the Snap store [here](https://snapcraft.io/armcord).
|
||||
<a href="https://snapcraft.io/armcord">
|
||||
<img alt="Get it from the Snap Store" src="https://snapcraft.io/static/images/badges/en/snap-store-black.svg" />
|
||||
</a>
|
||||
### Manual:
|
||||
Alternatively you can run ArmCord from source (npm, nodejs required):
|
||||
1. Clone ArmCord repo: `git clone https://github.com/ArmCord/ArmCord.git`
|
||||
2. Run `npm install` to install dependencies
|
||||
3. Compile/Package with `npm run package`
|
||||
3. Build with `npm run build`
|
||||
4. Compile/Package with `npm run package`
|
||||
|
||||
|
||||
# FAQ
|
||||
|
|
6313
package-lock.json
generated
6313
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -23,7 +23,7 @@
|
|||
},
|
||||
"homepage": "https://github.com/armcord/armcord#readme",
|
||||
"devDependencies": {
|
||||
"@types/node": "^17.0.33",
|
||||
"@types/node": "^17.0.35",
|
||||
"@types/ws": "^8.5.3",
|
||||
"copyfiles": "^2.4.1",
|
||||
"electron": "^18.2.3",
|
||||
|
@ -33,7 +33,7 @@
|
|||
"typescript": "^4.6.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"electron-context-menu": "https://github.com/ArmCord/electron-context-menu.git",
|
||||
"electron-context-menu": "github:ArmCord/electron-context-menu",
|
||||
"v8-compile-cache": "^2.3.0",
|
||||
"ws": "^8.6.0"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue