fix: update repository url

This commit is contained in:
pypy
2023-02-20 17:38:14 +09:00
parent 0c57b01426
commit 3631e291a3
6 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
# VRCX # VRCX
[![GitHub Workflow Status](https://github.com/pypy-vrc/VRCX/actions/workflows/github_actions.yml/badge.svg)](https://github.com/pypy-vrc/VRCX/actions/workflows/github_actions.yml) [![GitHub Workflow Status](https://github.com/vrcx-team/VRCX/actions/workflows/github_actions.yml/badge.svg)](https://github.com/vrcx-team/VRCX/actions/workflows/github_actions.yml)
[![VRCX Discord Invite](https://img.shields.io/discord/854071236363550763?color=%237289DA&logo=discord&logoColor=white)](https://vrcx.pypy.moe/discord) [![VRCX Discord Invite](https://img.shields.io/discord/854071236363550763?color=%237289DA&logo=discord&logoColor=white)](https://vrcx.pypy.moe/discord)
VRCX is an assistant application for VRChat that provides information about and managing friendship. This application makes use of the unofficial VRChat API SDK. VRCX is an assistant application for VRChat that provides information about and managing friendship. This application makes use of the unofficial VRChat API SDK.
@@ -11,7 +11,7 @@ pypy & Natsumi are not responsible for any problems caused by VRCX. **_Use at yo
## How to install VRCX ## How to install VRCX
- Download latest release setup from [here](https://github.com/pypy-vrc/VRCX/releases/latest). - Download latest release setup from [here](https://github.com/vrcx-team/VRCX/releases/latest).
- Run `VRCX_Setup.exe`. - Run `VRCX_Setup.exe`.
## Is VRCX against VRChat ToS? ## Is VRCX against VRChat ToS?
@@ -208,7 +208,7 @@ Guide made by [RinLovesYou](https://github.com/RinLovesYou)
- Get source code - Get source code
- Download latest source code [zip](https://github.com/pypy-vrc/VRCX/archive/master.zip) or clone repo with `git clone`. - Download latest source code [zip](https://github.com/vrcx-team/VRCX/archive/master.zip) or clone repo with `git clone`.
- Build .NET - Build .NET

View File

@@ -12,7 +12,7 @@ set ZIP_NAME=VRCX_%TODAY%.zip
echo %ZIP_NAME% echo %ZIP_NAME%
rem using bandizip (https://www.bandisoft.com/bandizip) rem using bandizip (https://www.bandisoft.com/bandizip)
cd "%~dp0\bin\x64\Release" cd "%~dp0\bin\x64\Release"
bz c -l:9 -r -storeroot:yes -ex:"cache;userdata;*.log;*.json;*.sqlite3;*.pdb;*.config" -cmt:"https://github.com/pypy-vrc/VRCX" %ZIP_NAME% * bz c -l:9 -r -storeroot:yes -ex:"cache;userdata;*.log;*.json;*.sqlite3;*.pdb;*.config" -cmt:"https://github.com/vrcx-team/VRCX" %ZIP_NAME% *
cd "%~dp0" cd "%~dp0"
move "%~dp0\bin\x64\Release\%ZIP_NAME%" "%~dp0" move "%~dp0\bin\x64\Release\%ZIP_NAME%" "%~dp0"
rd "%~dp0\bin\x64\Release\html" rd "%~dp0\bin\x64\Release\html"

View File

@@ -10,7 +10,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/pypy-vrc/VRCX.git" "url": "git+https://github.com/vrcx-team/VRCX.git"
}, },
"keywords": [ "keywords": [
"vrchat" "vrchat"
@@ -18,9 +18,9 @@
"author": "pypy <git@pypy.moe>", "author": "pypy <git@pypy.moe>",
"license": "MIT", "license": "MIT",
"bugs": { "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": { "devDependencies": {
"@babel/eslint-parser": "^7.19.1", "@babel/eslint-parser": "^7.19.1",
"@babel/plugin-syntax-import-assertions": "^7.20.0", "@babel/plugin-syntax-import-assertions": "^7.20.0",

View File

@@ -4926,7 +4926,7 @@ speechSynthesis.getVoices();
callback: (action) => { callback: (action) => {
if (action === 'confirm') { if (action === 'confirm') {
AppApi.OpenLink( 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 = { $app.data.branches = {
Stable: { Stable: {
name: 'Stable', name: 'Stable',
urlReleases: 'https://vrcx.pypy.moe/releases/pypy-vrc.json', urlReleases: 'https://vrcx.pypy.moe/releases/vrcx-team.json',
urlLatest: 'https://vrcx.pypy.moe/releases/latest/pypy-vrc.json' urlLatest: 'https://vrcx.pypy.moe/releases/latest/vrcx-team.json'
}, },
Nightly: { Nightly: {
name: 'Nightly', name: 'Nightly',

View File

@@ -1117,10 +1117,10 @@ html
span.name {{ $t("view.settings.general.general.latest_app_version") }} span.name {{ $t("view.settings.general.general.latest_app_version") }}
span.extra(v-if="latestAppVersion" v-text="latestAppVersion") span.extra(v-if="latestAppVersion" v-text="latestAppVersion")
span.extra(v-else) {{ $t("view.settings.general.general.latest_app_version_refresh") }} 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 .detail
span.name {{ $t("view.settings.general.general.repository_url") }} 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')") .x-friend-item(@click="openExternalLink('https://vrcx.pypy.moe/discord')")
.detail .detail
span.name {{ $t("view.settings.general.general.support") }} span.name {{ $t("view.settings.general.general.support") }}

View File

@@ -5,7 +5,7 @@ set ZIP_NAME=VRCX_%TODAY%.zip
echo %ZIP_NAME% echo %ZIP_NAME%
rem using bandizip (https://www.bandisoft.com/bandizip) rem using bandizip (https://www.bandisoft.com/bandizip)
cd "%~dp0\bin\x64\Release" cd "%~dp0\bin\x64\Release"
bz c -l:9 -r -storeroot:yes -ex:"*.log;*.pdb" -cmt:"https://github.com/pypy-vrc/VRCX" %ZIP_NAME% * bz c -l:9 -r -storeroot:yes -ex:"*.log;*.pdb" -cmt:"https://github.com/vrcx-team/VRCX" %ZIP_NAME% *
cd "%~dp0" cd "%~dp0"
move "%~dp0\bin\x64\Release\%ZIP_NAME%" "%~dp0" move "%~dp0\bin\x64\Release\%ZIP_NAME%" "%~dp0"
pause pause