Commit graph

7 commits

Author SHA1 Message Date
Sefa Eyeoglu 1410783ff5
vencord: set standalone build mode
This tells Vencord that it is not installed using its Git installation
method. Currently this doesn't do anything, as the only consumer of this
value is the updater code, that has been effectively disabled using a
patch.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-06-24 14:28:03 +02:00
Sefa Eyeoglu de1624865f
vencord: fix version number patch
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-06-24 14:27:44 +02:00
Sefa Eyeoglu 16ca6c79eb
vencord: disable updater
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-06-24 14:27:27 +02:00
Sefa Eyeoglu a9c9b6280d
vencord: 1.2.5 -> 1.2.8
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-06-18 19:39:56 +02:00
FlafyDev 0b65e2c14d vencord: 1.1.6 -> 1.2.5 2023-05-30 01:36:02 +03:00
Sefa Eyeoglu 3f28fcef42
vencord: add Scrumplex to maintainers
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-05-20 19:27:46 +02:00
Sefa Eyeoglu 0180896459
vencord: allow building Discord scripts
Vencord can be built in two different ways. Either as a web-extension,
or as a set of scripts to be injected into Discord Desktop.

Allow to select between these two modes using a parameter and expose
both variants as top-level packages.

This also renames vencord-web-extension to vencord.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-05-20 19:27:46 +02:00