mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 10:43:48 +02:00
fix: update repository url
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/pypy-vrc/VRCX.git"
|
||||
"url": "git+https://github.com/vrcx-team/VRCX.git"
|
||||
},
|
||||
"keywords": [
|
||||
"vrchat"
|
||||
@@ -18,9 +18,9 @@
|
||||
"author": "pypy <git@pypy.moe>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pypy-vrc/VRCX/issues"
|
||||
"url": "https://github.com/vrcx-team/VRCX/issues"
|
||||
},
|
||||
"homepage": "https://github.com/pypy-vrc/VRCX#readme",
|
||||
"homepage": "https://github.com/vrcx-team/VRCX#readme",
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "^7.19.1",
|
||||
"@babel/plugin-syntax-import-assertions": "^7.20.0",
|
||||
|
||||
@@ -4926,7 +4926,7 @@ speechSynthesis.getVoices();
|
||||
callback: (action) => {
|
||||
if (action === 'confirm') {
|
||||
AppApi.OpenLink(
|
||||
'https://github.com/pypy-vrc/VRCX/releases/latest'
|
||||
'https://github.com/vrcx-team/VRCX/releases/latest'
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -21055,8 +21055,8 @@ speechSynthesis.getVoices();
|
||||
$app.data.branches = {
|
||||
Stable: {
|
||||
name: 'Stable',
|
||||
urlReleases: 'https://vrcx.pypy.moe/releases/pypy-vrc.json',
|
||||
urlLatest: 'https://vrcx.pypy.moe/releases/latest/pypy-vrc.json'
|
||||
urlReleases: 'https://vrcx.pypy.moe/releases/vrcx-team.json',
|
||||
urlLatest: 'https://vrcx.pypy.moe/releases/latest/vrcx-team.json'
|
||||
},
|
||||
Nightly: {
|
||||
name: 'Nightly',
|
||||
|
||||
@@ -1117,10 +1117,10 @@ html
|
||||
span.name {{ $t("view.settings.general.general.latest_app_version") }}
|
||||
span.extra(v-if="latestAppVersion" v-text="latestAppVersion")
|
||||
span.extra(v-else) {{ $t("view.settings.general.general.latest_app_version_refresh") }}
|
||||
.x-friend-item(@click="openExternalLink('https://github.com/pypy-vrc/VRCX')")
|
||||
.x-friend-item(@click="openExternalLink('https://github.com/pvrcx-team/VRCX')")
|
||||
.detail
|
||||
span.name {{ $t("view.settings.general.general.repository_url") }}
|
||||
span.extra https://github.com/pypy-vrc/VRCX
|
||||
span.extra https://github.com/vrcx-team/VRCX
|
||||
.x-friend-item(@click="openExternalLink('https://vrcx.pypy.moe/discord')")
|
||||
.detail
|
||||
span.name {{ $t("view.settings.general.general.support") }}
|
||||
|
||||
Reference in New Issue
Block a user