mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-16 11:42:19 +08:00
update repo url
This commit is contained in:
parent
48d8895a94
commit
e57c9f0f00
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -234,14 +234,14 @@ jobs:
|
||||||
- name: Update Checksums
|
- name: Update Checksums
|
||||||
if: matrix.pkgname == 'mihomo-party' || matrix.pkgname == 'mihomo-party-electron'
|
if: matrix.pkgname == 'mihomo-party' || matrix.pkgname == 'mihomo-party-electron'
|
||||||
run: |
|
run: |
|
||||||
wget https://github.com/pompurin404/mihomo-party/archive/refs/tags/$(echo ${{ github.ref }} | tr -d 'refs/tags/').tar.gz -O release.tar.gz
|
wget https://github.com/mihomo-party-org/mihomo-party/archive/refs/tags/$(echo ${{ github.ref }} | tr -d 'refs/tags/').tar.gz -O release.tar.gz
|
||||||
sed -i "s/sha256sums=.*/sha256sums=(\"$(sha256sum ./release.tar.gz | awk '{print $1}')\"/" aur/mihomo-party/PKGBUILD
|
sed -i "s/sha256sums=.*/sha256sums=(\"$(sha256sum ./release.tar.gz | awk '{print $1}')\"/" aur/mihomo-party/PKGBUILD
|
||||||
sed -i "s/sha256sums=.*/sha256sums=(\"$(sha256sum ./release.tar.gz | awk '{print $1}')\"/" aur/mihomo-party-electron/PKGBUILD
|
sed -i "s/sha256sums=.*/sha256sums=(\"$(sha256sum ./release.tar.gz | awk '{print $1}')\"/" aur/mihomo-party-electron/PKGBUILD
|
||||||
- name: Update Checksums
|
- name: Update Checksums
|
||||||
if: matrix.pkgname == 'mihomo-party-bin' || matrix.pkgname == 'mihomo-party-electron-bin'
|
if: matrix.pkgname == 'mihomo-party-bin' || matrix.pkgname == 'mihomo-party-electron-bin'
|
||||||
run: |
|
run: |
|
||||||
wget https://github.com/pompurin404/mihomo-party/releases/download/$(echo ${{ github.ref }} | tr -d 'refs/tags/')/mihomo-party-linux-$(echo ${{ github.ref }} | tr -d 'refs/tags/v')-amd64.deb -O amd64.deb
|
wget https://github.com/mihomo-party-org/mihomo-party/releases/download/$(echo ${{ github.ref }} | tr -d 'refs/tags/')/mihomo-party-linux-$(echo ${{ github.ref }} | tr -d 'refs/tags/v')-amd64.deb -O amd64.deb
|
||||||
wget https://github.com/pompurin404/mihomo-party/releases/download/$(echo ${{ github.ref }} | tr -d 'refs/tags/')/mihomo-party-linux-$(echo ${{ github.ref }} | tr -d 'refs/tags/v')-arm64.deb -O arm64.deb
|
wget https://github.com/mihomo-party-org/mihomo-party/releases/download/$(echo ${{ github.ref }} | tr -d 'refs/tags/')/mihomo-party-linux-$(echo ${{ github.ref }} | tr -d 'refs/tags/v')-arm64.deb -O arm64.deb
|
||||||
sed -i "s/sha256sums_x86_64=.*/sha256sums_x86_64=(\"$(sha256sum ./amd64.deb | awk '{print $1}')\")/" aur/mihomo-party-bin/PKGBUILD
|
sed -i "s/sha256sums_x86_64=.*/sha256sums_x86_64=(\"$(sha256sum ./amd64.deb | awk '{print $1}')\")/" aur/mihomo-party-bin/PKGBUILD
|
||||||
sed -i "s/sha256sums_aarch64=.*/sha256sums_aarch64=(\"$(sha256sum ./arm64.deb | awk '{print $1}')\")/" aur/mihomo-party-bin/PKGBUILD
|
sed -i "s/sha256sums_aarch64=.*/sha256sums_aarch64=(\"$(sha256sum ./arm64.deb | awk '{print $1}')\")/" aur/mihomo-party-bin/PKGBUILD
|
||||||
sed -i "s/sha256sums_x86_64=.*/sha256sums_x86_64=(\"$(sha256sum ./amd64.deb | awk '{print $1}')\")/" aur/mihomo-party-electron-bin/PKGBUILD
|
sed -i "s/sha256sums_x86_64=.*/sha256sums_x86_64=(\"$(sha256sum ./amd64.deb | awk '{print $1}')\")/" aur/mihomo-party-electron-bin/PKGBUILD
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
<h3 align="center">Another Mihomo GUI</h3>
|
<h3 align="center">Another Mihomo GUI</h3>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://github.com/pompurin404/mihomo-party/releases">
|
<a href="https://github.com/mihomo-party-org/mihomo-party/releases">
|
||||||
<img src="https://img.shields.io/github/release/pompurin404/mihomo-party/all.svg">
|
<img src="https://img.shields.io/github/release/mihomo-party-org/mihomo-party/all.svg">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://t.me/mihomo_party_channel">
|
<a href="https://t.me/mihomo_party_channel">
|
||||||
<img src="https://img.shields.io/badge/Telegram-Channel-blue?logo=telegram">
|
<img src="https://img.shields.io/badge/Telegram-Channel-blue?logo=telegram">
|
||||||
|
|
|
@ -4,7 +4,7 @@ pkgver=0.1.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Another Mihomo GUI."
|
pkgdesc="Another Mihomo GUI."
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
url="https://github.com/pompurin404/mihomo-party"
|
url="https://github.com/mihomo-party-org/mihomo-party"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
conflicts=("$_pkgname" "$_pkgname-git" "$_pkgname-electron" "$_pkgname-electron-bin")
|
conflicts=("$_pkgname" "$_pkgname-git" "$_pkgname-electron" "$_pkgname-electron-bin")
|
||||||
conflicts=("mihomo-party-git" 'mihomo-party')
|
conflicts=("mihomo-party-git" 'mihomo-party')
|
||||||
|
|
|
@ -4,7 +4,7 @@ pkgver=0.2.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Another Mihomo GUI."
|
pkgdesc="Another Mihomo GUI."
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
url="https://github.com/pompurin404/mihomo-party"
|
url="https://github.com/mihomo-party-org/mihomo-party"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
conflicts=("$_pkgname" "$_pkgname-git" "$_pkgname-bin" "$_pkgname-electron")
|
conflicts=("$_pkgname" "$_pkgname-git" "$_pkgname-bin" "$_pkgname-electron")
|
||||||
depends=('electron' 'gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core' 'util-linux-libs' 'libsecret')
|
depends=('electron' 'gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core' 'util-linux-libs' 'libsecret')
|
||||||
|
|
|
@ -4,7 +4,7 @@ pkgver=0.1.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Another Mihomo GUI."
|
pkgdesc="Another Mihomo GUI."
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
url="https://github.com/pompurin404/mihomo-party"
|
url="https://github.com/mihomo-party-org/mihomo-party"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
conflicts=("$_pkgname" "$_pkgname-git" "$_pkgname-bin" "$_pkgname-electron-bin")
|
conflicts=("$_pkgname" "$_pkgname-git" "$_pkgname-bin" "$_pkgname-electron-bin")
|
||||||
depends=('electron' 'gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core' 'util-linux-libs' 'libsecret')
|
depends=('electron' 'gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core' 'util-linux-libs' 'libsecret')
|
||||||
|
|
|
@ -4,7 +4,7 @@ pkgver=0.1.3.r5.g5f5d6dd
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Another Mihomo GUI."
|
pkgdesc="Another Mihomo GUI."
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
url="https://github.com/pompurin404/mihomo-party"
|
url="https://github.com/mihomo-party-org/mihomo-party"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
conflicts=("$_pkgname" "$_pkgname-bin" "$_pkgname-electron" "$_pkgname-electron-bin")
|
conflicts=("$_pkgname" "$_pkgname-bin" "$_pkgname-electron" "$_pkgname-electron-bin")
|
||||||
depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core' 'util-linux-libs' 'libsecret')
|
depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core' 'util-linux-libs' 'libsecret')
|
||||||
|
|
|
@ -3,7 +3,7 @@ pkgver=0.1.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Another Mihomo GUI."
|
pkgdesc="Another Mihomo GUI."
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
url="https://github.com/pompurin404/mihomo-party"
|
url="https://github.com/mihomo-party-org/mihomo-party"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
conflicts=("$pkgname-git" "$pkgname-bin" "$pkgname-electron" "$pkgname-electron-bin")
|
conflicts=("$pkgname-git" "$pkgname-bin" "$pkgname-electron" "$pkgname-electron-bin")
|
||||||
depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core' 'util-linux-libs' 'libsecret')
|
depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core' 'util-linux-libs' 'libsecret')
|
||||||
|
|
|
@ -264,12 +264,12 @@ const resolveEnableLoopback = () =>
|
||||||
const resolveSysproxy = () =>
|
const resolveSysproxy = () =>
|
||||||
resolveResource({
|
resolveResource({
|
||||||
file: 'sysproxy.exe',
|
file: 'sysproxy.exe',
|
||||||
downloadURL: `https://github.com/pompurin404/sysproxy/releases/download/${arch}/sysproxy.exe`
|
downloadURL: `https://github.com/mihomo-party-org/sysproxy/releases/download/${arch}/sysproxy.exe`
|
||||||
})
|
})
|
||||||
const resolveRunner = () =>
|
const resolveRunner = () =>
|
||||||
resolveResource({
|
resolveResource({
|
||||||
file: 'mihomo-party-run.exe',
|
file: 'mihomo-party-run.exe',
|
||||||
downloadURL: `https://github.com/pompurin404/mihomo-party-run/releases/download/${arch}/mihomo-party-run.exe`
|
downloadURL: `https://github.com/mihomo-party-org/mihomo-party-run/releases/download/${arch}/mihomo-party-run.exe`
|
||||||
})
|
})
|
||||||
const resolveSubstore = () =>
|
const resolveSubstore = () =>
|
||||||
resolveResource({
|
resolveResource({
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { readFileSync } from 'fs'
|
||||||
const pkg = readFileSync('package.json', 'utf-8')
|
const pkg = readFileSync('package.json', 'utf-8')
|
||||||
const changelog = readFileSync('changelog.md', 'utf-8')
|
const changelog = readFileSync('changelog.md', 'utf-8')
|
||||||
const { version } = JSON.parse(pkg)
|
const { version } = JSON.parse(pkg)
|
||||||
let content = `<b>🌟 <a href="https://github.com/pompurin404/mihomo-party/releases/tag/v${version}">Mihomo Party v${version}</a> 正式发布</b>\n\n`
|
let content = `<b>🌟 <a href="https://github.com/mihomo-party-org/mihomo-party/releases/tag/v${version}">Mihomo Party v${version}</a> 正式发布</b>\n\n`
|
||||||
for (const line of changelog.split('\n')) {
|
for (const line of changelog.split('\n')) {
|
||||||
if (line.length === 0) {
|
if (line.length === 0) {
|
||||||
content += '\n'
|
content += '\n'
|
||||||
|
@ -19,7 +19,7 @@ axios.post(`https://api.telegram.org/bot${process.env.TELEGRAM_BOT_TOKEN}/sendMe
|
||||||
text: content,
|
text: content,
|
||||||
link_preview_options: {
|
link_preview_options: {
|
||||||
is_disabled: false,
|
is_disabled: false,
|
||||||
url: 'https://github.com/pompurin404/mihomo-party',
|
url: 'https://github.com/mihomo-party-org/mihomo-party',
|
||||||
prefer_large_media: true
|
prefer_large_media: true
|
||||||
},
|
},
|
||||||
parse_mode: 'HTML'
|
parse_mode: 'HTML'
|
||||||
|
|
|
@ -10,7 +10,7 @@ import { existsSync } from 'fs'
|
||||||
export async function checkUpdate(): Promise<IAppVersion | undefined> {
|
export async function checkUpdate(): Promise<IAppVersion | undefined> {
|
||||||
const { 'mixed-port': mixedPort = 7890 } = await getControledMihomoConfig()
|
const { 'mixed-port': mixedPort = 7890 } = await getControledMihomoConfig()
|
||||||
const res = await axios.get(
|
const res = await axios.get(
|
||||||
'https://github.com/pompurin404/mihomo-party/releases/latest/download/latest.yml',
|
'https://github.com/mihomo-party-org/mihomo-party/releases/latest/download/latest.yml',
|
||||||
{
|
{
|
||||||
headers: { 'Content-Type': 'application/octet-stream' },
|
headers: { 'Content-Type': 'application/octet-stream' },
|
||||||
proxy: {
|
proxy: {
|
||||||
|
@ -31,7 +31,7 @@ export async function checkUpdate(): Promise<IAppVersion | undefined> {
|
||||||
|
|
||||||
export async function downloadAndInstallUpdate(version: string): Promise<void> {
|
export async function downloadAndInstallUpdate(version: string): Promise<void> {
|
||||||
const { 'mixed-port': mixedPort = 7890 } = await getControledMihomoConfig()
|
const { 'mixed-port': mixedPort = 7890 } = await getControledMihomoConfig()
|
||||||
const baseUrl = `https://github.com/pompurin404/mihomo-party/releases/download/v${version}/`
|
const baseUrl = `https://github.com/mihomo-party-org/mihomo-party/releases/download/v${version}/`
|
||||||
const fileMap = {
|
const fileMap = {
|
||||||
'win32-x64': `mihomo-party-windows-${version}-x64-setup.exe`,
|
'win32-x64': `mihomo-party-windows-${version}-x64-setup.exe`,
|
||||||
'win32-ia32': `mihomo-party-windows-${version}-ia32-setup.exe`,
|
'win32-ia32': `mihomo-party-windows-${version}-ia32-setup.exe`,
|
||||||
|
|
|
@ -13,7 +13,7 @@ const ErrorFallback = ({ error }: FallbackProps): JSX.Element => {
|
||||||
size="sm"
|
size="sm"
|
||||||
color="primary"
|
color="primary"
|
||||||
variant="flat"
|
variant="flat"
|
||||||
onPress={() => open('https://github.com/pompurin404/mihomo-party/issues/new/choose')}
|
onPress={() => open('https://github.com/mihomo-party-org/mihomo-party/issues/new/choose')}
|
||||||
>
|
>
|
||||||
GitHub
|
GitHub
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
@ -44,7 +44,7 @@ const UpdaterModal: React.FC<Props> = (props) => {
|
||||||
size="sm"
|
size="sm"
|
||||||
className="flex"
|
className="flex"
|
||||||
onPress={() => {
|
onPress={() => {
|
||||||
open(`https://github.com/pompurin404/mihomo-party/releases/tag/v${version}`)
|
open(`https://github.com/mihomo-party-org/mihomo-party/releases/tag/v${version}`)
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
前往下载
|
前往下载
|
||||||
|
|
|
@ -143,7 +143,7 @@ const Override: React.FC = () => {
|
||||||
variant="light"
|
variant="light"
|
||||||
size="sm"
|
size="sm"
|
||||||
onPress={() => {
|
onPress={() => {
|
||||||
open('https://github.com/pompurin404/override-hub')
|
open('https://github.com/mihomo-party-org/override-hub')
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<RiArchiveLine className="text-lg" />
|
<RiArchiveLine className="text-lg" />
|
||||||
|
|
|
@ -36,7 +36,7 @@ const Settings: React.FC = () => {
|
||||||
className="app-nodrag"
|
className="app-nodrag"
|
||||||
title="GitHub 仓库"
|
title="GitHub 仓库"
|
||||||
onPress={() => {
|
onPress={() => {
|
||||||
window.open('https://github.com/pompurin404/mihomo-party')
|
window.open('https://github.com/mihomo-party-org/mihomo-party')
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<IoLogoGithub className="text-lg" />
|
<IoLogoGithub className="text-lg" />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user