Skip to content

Commit

Permalink
fix: rainbow cafe -> ribbon studios
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Apr 9, 2024
1 parent 77d603c commit bd5923c
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

Protontweaks - Automatically applies necessary tweaks to steam games.
Copyright (C) 2024 Rainbow Cafe
Copyright (C) 2024 Ribbon Studios

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

protontweaks Copyright (C) 2024 Rainbow Cafe
protontweaks Copyright (C) 2024 Ribbon Studios
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
> [!IMPORTANT]
> This is the Protontweaks UI repository, you can find its sister repositories at the following links!
- [CLI](https://github.com/rain-cafe/protontweaks)
- [App](https://github.com/rain-cafe/protontweaks-ui) _(you are here)_
- [Database / API](https://github.com/rain-cafe/protontweaks-db)
- [CLI](https://github.com/ribbon-studios/protontweaks)
- [App](https://github.com/ribbon-studios/protontweaks-ui) _(you are here)_
- [Database / API](https://github.com/ribbon-studios/protontweaks-db)

## Protontweaks UI

Expand Down
8 changes: 4 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
set -e

# We're pulling from the latest web page to prevent rate limiting
VERSION=$(curl -fsSL "https://github.com/rain-cafe/protontweaks/releases/latest" | grep -E -m 1 "/rain-cafe/protontweaks/tree/" | grep -Eo -m 1 "v[0-9]+.[0-9]+.[0-9]+" | head -1)
VERSION=$(curl -fsSL "https://github.com/ribbon-studios/protontweaks/releases/latest" | grep -E -m 1 "/ribbon-studios/protontweaks/tree/" | grep -Eo -m 1 "v[0-9]+.[0-9]+.[0-9]+" | head -1)

echo "Detected '$VERSION' as the latest version."

DEB_PACKAGE="https://github.com/rain-cafe/protontweaks/releases/download/v$VERSION/protontweaks.deb"
RPM_PACKAGE="https://github.com/rain-cafe/protontweaks/releases/download/v$VERSION/protontweaks.rpm"
DEB_PACKAGE="https://github.com/ribbon-studios/protontweaks/releases/download/v$VERSION/protontweaks.deb"
RPM_PACKAGE="https://github.com/ribbon-studios/protontweaks/releases/download/v$VERSION/protontweaks.rpm"

managers=()

Expand Down Expand Up @@ -97,7 +97,7 @@ continue_prompt "Would you like to continue with the installation?"
case $manager in
"nixos"|"nix")
echo "Opening instructions, please read the 'NixOS Flake Example' and add it to your configuration!"
xdg-open "https://github.com/rain-cafe/protontweaks?tab=readme-ov-file#installation"
xdg-open "https://github.com/ribbon-studios/protontweaks?tab=readme-ov-file#installation"
;;
"apt-get")
echo "Downloading debian package..."
Expand Down
8 changes: 4 additions & 4 deletions src/components/AppFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export const AppFooter: FC = () => {
<div className="flex flex-col gap-2 flex-1 text-white/70">
<div>
Built with ❤️ by the{' '}
<Link className="underline" to="https://github.com/rain-cafe" target="_blank">
Rainbow Cafe
<Link className="underline" to="https://github.com/ribbon-studios" target="_blank">
Ribbon Studios
</Link>{' '}
Team~
</div>
Expand All @@ -27,10 +27,10 @@ export const AppFooter: FC = () => {
</div>
</div>
<div className="flex flex-col gap-4">
<Button to="https://github.com/rain-cafe/protontweaks-ui/issues">
<Button to="https://github.com/ribbon-studios/protontweaks-ui/issues">
<Bug />
</Button>
<Button to="https://github.com/rain-cafe/protontweaks-ui">
<Button to="https://github.com/ribbon-studios/protontweaks-ui">
<Code2 />
</Button>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/components/AppHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ export const AppHeader: FC<Props> = ({ onChange }) => {
className="flex-shrink-0 bg-accent"
to={
id
? `https://github.com/rain-cafe/protontweaks-db/edit/main/apps/${id}.json`
: 'https://github.com/rain-cafe/protontweaks-db/tree/main/apps'
? `https://github.com/ribbon-studios/protontweaks-db/edit/main/apps/${id}.json`
: 'https://github.com/ribbon-studios/protontweaks-db/tree/main/apps'
}
>
<Edit />
Expand Down
12 changes: 6 additions & 6 deletions src/pages/SplashPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ export const Component: FC = () => {
}
vertical
>
<Button to="https://github.com/rain-cafe/protontweaks">
<Button to="https://github.com/ribbon-studios/protontweaks">
CLI
<ExternalLink size={20} />
</Button>
<Button to="https://github.com/rain-cafe/protontweaks-ui">
<Button to="https://github.com/ribbon-studios/protontweaks-ui">
App
<ExternalLink size={20} />
</Button>
<Button to="https://github.com/rain-cafe/protontweaks-db">
<Button to="https://github.com/ribbon-studios/protontweaks-db">
Database
<ExternalLink size={20} />
</Button>
Expand All @@ -53,15 +53,15 @@ export const Component: FC = () => {
}
vertical
>
<Button to="https://github.com/rain-cafe/protontweaks-api-rs">
<Button to="https://github.com/ribbon-studios/protontweaks-api-rs">
Rust
<ExternalLink size={20} />
</Button>
<Button to="https://github.com/rain-cafe/protontweaks-api-js" disabled>
<Button to="https://github.com/ribbon-studios/protontweaks-api-js" disabled>
NodeJS
<ExternalLink size={20} />
</Button>
<Button to="https://github.com/rain-cafe/protontweaks-db" disabled>
<Button to="https://github.com/ribbon-studios/protontweaks-db" disabled>
Python
<ExternalLink size={20} />
</Button>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/apps/SearchPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const Component: FC = () => {

return filteredApps.length === 0 ? (
<ButtonGroup className="w-fit self-center" label="Can't find the game you're looking for?" vertical>
<Button variant="slim" to="https://github.com/rain-cafe/protontweaks-db/tree/main/apps">
<Button variant="slim" to="https://github.com/ribbon-studios/protontweaks-db/tree/main/apps">
Help us out and add it!~ ❤️
</Button>
</ButtonGroup>
Expand Down

0 comments on commit bd5923c

Please sign in to comment.