mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
Linux guide
This commit is contained in:
@@ -56,6 +56,10 @@ Screenshots
|
|||||||
* Extract entire zip archive.
|
* Extract entire zip archive.
|
||||||
* Run `VRCX.exe`.
|
* Run `VRCX.exe`.
|
||||||
|
|
||||||
|
# How to run VRCX on Linux
|
||||||
|
|
||||||
|
* [Guide](https://github.com/RinLovesYou/VRChat-Linux/wiki/VRCX) made by @RinLovesYou
|
||||||
|
|
||||||
# How to build VRCX from source
|
# How to build VRCX from source
|
||||||
|
|
||||||
* Get source code
|
* Get source code
|
||||||
|
|||||||
+1
-1
@@ -13014,7 +13014,7 @@ speechSynthesis.getVoices();
|
|||||||
|
|
||||||
$app.methods.lookupAvatars = async function (type, search) {
|
$app.methods.lookupAvatars = async function (type, search) {
|
||||||
if (type === 'search') {
|
if (type === 'search') {
|
||||||
var limit = '&limit=5000';
|
var limit = '&n=5000';
|
||||||
} else {
|
} else {
|
||||||
var limit = '';
|
var limit = '';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user