Skip to content

Commit

Permalink
Updated links to point to new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Ascensionist committed Jul 30, 2024
1 parent 8361983 commit 289ca67
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ issuehunt: # Replace with a single IssueHunt username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
polar: # Replace with a single Polar username
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
custom: ['https://fund.saturnclient.dev/']
custom: ['https://fund.saturn.kim/']
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### ⚠️ A premium account is required in order to use this client

### Donations
https://fund.saturnclient.dev/
https://fund.saturn.kim/

# Featuring:
- FLAC & MP3 320 support
Expand Down Expand Up @@ -59,8 +59,8 @@ npm run dist
```

# Links
- website: https://saturnclient.dev
- discord: https://saturnclient.dev/discord
- website: https://saturn.kim
- discord: https://saturn.kim/discord
- telegram: https://t.me/SaturnReleases

# Download from Releases
Expand Down
8 changes: 4 additions & 4 deletions app/client/src/views/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
v{{data.version}}
</div>
<br>
<div v-if='update' class='text-center text-h6 font-weight-bold mb-4' @click='openUrl("https://saturnclient.dev")'>
<div v-if='update' class='text-center text-h6 font-weight-bold mb-4' @click='openUrl("https://saturn.kim")'>
{{$t("New update available:")}} {{update.version}}
<v-btn text color='primary' outlined class='mx-2'>{{$t("Visit website")}}</v-btn>
</div>

<h1 class='my-2 px-2'>{{$t("Links:")}}</h1>
<v-list>
<v-list-item @click='openUrl("https://saturnclient.dev")'>
<v-list-item @click='openUrl("https://saturn.kim")'>
<v-list-item-icon>
<v-icon>mdi-earth</v-icon>
</v-list-item-icon>
Expand All @@ -29,15 +29,15 @@
<v-list-item-title class='font-weight-bold'>{{$t("Telegram Group")}}</v-list-item-title>
</v-list-item-content>
</v-list-item>
<v-list-item @click='openUrl("https://saturnclient.dev/discord")'>
<v-list-item @click='openUrl("https://saturn.kim/discord")'>
<v-list-item-icon>
<v-icon>mdi-discord</v-icon>
</v-list-item-icon>
<v-list-item-content>
<v-list-item-title class='font-weight-bold'>{{$t("Discord")}}</v-list-item-title>
</v-list-item-content>
</v-list-item>
<v-list-item @click='openUrl("https://fund.saturnclient.dev/")'>
<v-list-item @click='openUrl("https://fund.saturn.kim/")'>
<v-list-item-icon>
<v-icon>mdi-currency-btc</v-icon>
</v-list-item-icon>
Expand Down
2 changes: 1 addition & 1 deletion app/client/src/views/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<br>
<span class='mt-8 text-caption'>
{{$t("2k24 saturnclient.dev")}}
{{$t("2k24 saturn.kim")}}
</span>
</div>

Expand Down
2 changes: 1 addition & 1 deletion app/src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ app.get('/about', async (req, res) => {

app.get('/updates', async (req, res) => {
try {
let response = await axios.get('https://saturnclient.dev/api/versions');
let response = await axios.get('https://saturn.kim/api/versions');
//New version
if (compareVersions(response.data.pc.latest, packageJson.version) >= 1) {
res.send(response.data.pc.versions[0]);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lcross-build": "cd app && npm i && cd client && npm i && export NODE_OPTIONS=--openssl-legacy-provider && npm run build && cd .. && cd .. && npm run cross-dist"
},
"license": "GPL-3.0-or-later",
"homepage": "https://saturnclient.dev",
"homepage": "https://saturn.kim",
"devDependencies": {
"electron": "^19.1.9",
"electron-builder": "^24.12.0"
Expand Down

0 comments on commit 289ca67

Please sign in to comment.