Giter Site home page Giter Site logo

vencordinstaller's Introduction

Vencord Installer

A Kotlin multi-platform CLI app for installing Vencord. Supports all discord builds (Stable, Canary, PTB, Dev) and multiple platforms (Windows, Linux).

Usage

Linux:

sudo ./vencord_installer

Windows:

.\VencordInstaller.exe

vencordinstaller's People

Contributors

x1nto avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

vencordinstaller's Issues

[Bug] Pre built binary fails to install on MacOs

Commands run:

npm i -g pnpm                                              
git clone https://github.com/Vendicated/Vencord
cd Vencord
pnpm i
pnpm build

# downloaded and moved to Vencord directory

chmod +x ./vencord_installer && sudo ./vencord_installer
OS Info
  System Version:	macOS 12.3 (21E230)
  Kernel Version:	Darwin 21.4.0
  Boot Volume:	Macintosh HD
  Boot Mode:	Normal
File Tree
.
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── browser
│   ├── Vencord.ts
│   ├── VencordNativeStub.ts
│   ├── background.js
│   ├── content.js
│   └── manifest.json
├── build.mjs
├── buildWeb.mjs
├── dist
│   ├── patcher.js
│   ├── patcher.js.map
│   ├── preload.js
│   ├── preload.js.map
│   └── renderer.js
├── install.ps1
├── install.sh
├── node_modules
│   ├── @types
│   │   ├── node -> ../.pnpm/@[email protected]/node_modules/@types/node
│   │   ├── react -> ../.pnpm/@[email protected]/node_modules/@types/react
│   │   └── yazl -> ../.pnpm/@[email protected]/node_modules/@types/yazl
│   ├── discord-types -> .pnpm/[email protected]/node_modules/discord-types
│   ├── electron -> .pnpm/[email protected]/node_modules/electron
│   ├── electron-devtools-installer -> .pnpm/[email protected]/node_modules/electron-devtools-installer
│   ├── esbuild -> .pnpm/[email protected]/node_modules/esbuild
│   └── yazl -> .pnpm/[email protected]/node_modules/yazl
├── package.json
├── pnpm-lock.yaml
├── src
│   ├── Vencord.ts
│   ├── VencordNative.ts
│   ├── api
│   │   ├── MessageEvents.ts
│   │   ├── Notices.ts
│   │   ├── index.ts
│   │   └── settings.ts
│   ├── components
│   │   ├── ErrorBoundary.tsx
│   │   ├── ErrorCard.tsx
│   │   ├── Flex.tsx
│   │   ├── Link.tsx
│   │   ├── Settings.tsx
│   │   ├── Updater.tsx
│   │   └── index.ts
│   ├── globals.d.ts
│   ├── ipcMain
│   │   ├── index.ts
│   │   └── updater.ts
│   ├── patcher.ts
│   ├── plugins
│   │   ├── STFU.ts
│   │   ├── apiMessageEvents.ts
│   │   ├── apiNotices.ts
│   │   ├── banger.ts
│   │   ├── betterGifAltText.ts
│   │   ├── betterUploadButton.ts
│   │   ├── clickableRoleDot.ts
│   │   ├── consoleShortcuts.ts
│   │   ├── experiments.ts
│   │   ├── iLoveSpam.ts
│   │   ├── ify.ts
│   │   ├── index.ts
│   │   ├── isStaff.ts
│   │   ├── messageActions.ts
│   │   ├── muteNewGuild.ts
│   │   ├── nitroBypass.ts
│   │   ├── noReplyMention.ts
│   │   ├── noSystemBadge.ts
│   │   ├── noTrack.ts
│   │   ├── plainFolderIcon.ts
│   │   ├── randomiseFileNames.ts
│   │   ├── settings.ts
│   │   ├── silentTyping.ts
│   │   ├── unindent.ts
│   │   └── viewIcons.tsx
│   ├── pluginsModule.d.ts
│   ├── preload.ts
│   ├── utils
│   │   ├── ChangeList.ts
│   │   ├── IpcEvents.ts
│   │   ├── constants.ts
│   │   ├── debounce.ts
│   │   ├── isWeb.ts
│   │   ├── logger.ts
│   │   ├── misc.tsx
│   │   ├── modal.tsx
│   │   ├── quickCss.ts
│   │   ├── types.ts
│   │   └── updater.ts
│   └── webpack
│       ├── common.tsx
│       ├── index.ts
│       ├── patchWebpack.ts
│       └── webpack.ts
├── tsconfig.json
├── uninstall.ps1
├── uninstall.sh
└── vencord_installer

19 directories, 82 files

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.