Package Details: vencord-installer 1.4.0-2

Git Clone URL: https://aur.archlinux.org/vencord-installer.git (read-only, click to copy)
Package Base: vencord-installer
Description: A cross platform gui/cli app for installing Vencord
Upstream URL: https://github.com/Vencord/Installer
Licenses: GPL-3.0-only
Submitter: HurricanePootis
Maintainer: HurricanePootis
Last Packager: HurricanePootis
Votes: 3
Popularity: 0.45
First Submitted: 2024-01-29 20:56 (UTC)
Last Updated: 2024-04-02 02:35 (UTC)

Latest Comments

The-Compiler commented on 2024-10-02 12:34 (UTC)

For what it's worth, with a /etc/pacman.d/hooks/10-vencord.hook you can automatically re-patch discord when it gets upgraded:

[Trigger]
Operation = Install
Operation = Upgrade
Type = Package
Target = discord

[Action]
Description = Patching Discord
Depends = vencord-installer
When = PostTransaction
Exec = /usr/bin/vencordinstallercli -repair -location /opt/discord

wereii commented on 2024-04-12 10:01 (UTC) (edited on 2024-04-12 10:01 (UTC) by wereii)

I have found the issue, this can't be used with discord_arch_electron package, might be good idea to mark it as conflicting (but considering this package does not require any discord package...)

https://github.com/Vencord/Installer/issues/125

wereii commented on 2024-04-11 13:28 (UTC)

Anyone else unable to use this since 1.3 ?

After running the installer it always borks discord:

[~]> discord
[Vencord] Starting up...
App threw an error during load
TypeError: Cannot read properties of undefined (reading 'filename')
    at VencordPatcher:19:4167
    at VencordPatcher:5:225
    at Object.<anonymous> (VencordPatcher:19:17884)
    at Module._compile (node:internal/modules/cjs/loader:1256:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1311:10)
    at Module.load (node:internal/modules/cjs/loader:1098:32)
    at Module._load (node:internal/modules/cjs/loader:945:12)
    at c._load (node:electron/js2c/node_init:2:13672)
    at Module.require (node:internal/modules/cjs/loader:1122:19)
    at require (node:internal/modules/helpers:130:18)
A JavaScript error occurred in the main process
Uncaught Exception:
TypeError: Cannot read properties of undefined (reading 'filename')
    at VencordPatcher:19:4167
    at VencordPatcher:5:225
    at Object.<anonymous> (VencordPatcher:19:17884)
    at Module._compile (node:internal/modules/cjs/loader:1256:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1311:10)
    at Module.load (node:internal/modules/cjs/loader:1098:32)
    at Module._load (node:internal/modules/cjs/loader:945:12)
    at c._load (node:electron/js2c/node_init:2:13672)
    at Module.require (node:internal/modules/cjs/loader:1122:19)
    at require (node:internal/modules/helpers:130:18)