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