Compare commits

...

5 commits

Author SHA1 Message Date
dependabot[bot]
89facc2484
Bump @types/node from 17.0.33 to 17.0.35
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.33 to 17.0.35.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-21 19:39:19 +00:00
KayoticCarnige
b31d9d8d4a Updated .gitignore 2022-05-21 15:37:36 -04:00
smartfrigde
c848ad862c Fix clipboard bug 2022-05-21 13:00:04 +02:00
smartfridge
e70ef10dd6
Fix README build instructions 2022-05-21 12:17:28 +02:00
smartfridge
a40188ee43
Add Snaps to the readme 2022-05-21 12:11:55 +02:00
4 changed files with 12 additions and 6319 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@ out/
dist
ts-out/
ts-out
package-lock.json

View file

@ -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

File diff suppressed because it is too large Load diff

View file

@ -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"
},