Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mavethee committed Apr 12, 2024
1 parent 0a34739 commit 9f3abfe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ This script will build and compile Suyu for macOS on Apple Silicon.
> [!WARNING]
> ~~This script is provided for experimentation purposes.<br>
> Don't expect high compatibility, there are reasons why parent project to Suyu didn't get official Mac build.~~<br>
> Project is dead, [read more](https://pastebin.com/6FYdz9Sr).<br>
> Project is dead or its life support, [read more](https://pastebin.com/6FYdz9Sr) or latest [update](https://www.youtube.com/watch?v=LG8RBEojCxI) on this case summarized by Mr Sujano<br>
> Working on Sudachi script for now but yeah,
> case feels stinky.

#### Get it by pressing the button below or via [Releases](https://github.com/mavethee/suyu-macos-builds-script/releases) page :)

[![Download](https://img.shields.io/badge/Download-v0.0.9-brightgreen)](https://github.com/mavethee/suyu-macos-builds-script/releases/download/0.0.9/build_suyu.sh)
[![Download](https://img.shields.io/badge/Download-v0.0.10-brightgreen)](https://github.com/mavethee/suyu-macos-builds-script/releases/download/0.0.10/build_suyu.sh)

## Usage:

Expand Down
12 changes: 8 additions & 4 deletions README_pl_PL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@

#### 🇵🇱 Czytasz polską wersje! Go to the 🇺🇸 English version [here](README.md).

Ten skrypt pobierze wszystkie potrzebne rzeczy dla portu Suyu na macOS.

Weź pod uwagę, żeby nie nastawiać się na wiele, w obecnym stanie nie jest to w pełni funkcjonalny port.
> [!WARNING]
> ~~Ten skrypt jest w celach eksperymentalnych.<br>
> Nie oczekuj wysokiej kompatybilności, jest to jeden z powodów,
> dlaczego oryginalny projekt nie wydawał tego portu.~~<br>
> Projekt obecnie jest martwy/brakuje mu kluczowych deweloperów, [przeczytaj więcej](https://pastebin.com/6FYdz9Sr) lub ostatnią [aktualizację](https://www.youtube.com/watch?v=LG8RBEojCxI) w sprawie podsumowaną przez Mr Sujano.<br>
> Working on Sudachi script for now but yeah,
> case feels stinky.
#### Pobierz klikając w przycisk poniżej lub [na stronie z poszczególnymi wersjami skryptu](https://github.com/mavethee/suyu-macos-builds-script/releases) :)

[![Pobierz](https://img.shields.io/badge/Download-v0.0.9-brightgreen)](https://github.com/mavethee/suyu-macos-builds-script/releases/download/0.0.9/build_suyu.sh)
[![Pobierz](https://img.shields.io/badge/Download-v0.0.10-brightgreen)](https://github.com/mavethee/suyu-macos-builds-script/releases/download/0.0.10/build_suyu.sh)

## Użytkowanie:

Expand Down
4 changes: 2 additions & 2 deletions build_suyu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ else
echo -e "${PURPLE}Suyu repository already exists. Updating...${NC}"
cd suyu

echo -e "${PURPLE}Fetching latest changes...${NC}"
git fetch origin dev
echo -e "${PURPLE}Pulling latest changes...${NC}"
git pull origin dev

echo -e "${PURPLE}Removing existing submodules...${NC}"
git submodule deinit -f .
Expand Down

0 comments on commit 9f3abfe

Please sign in to comment.