Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
pigpigyyy committed Dec 26, 2023
1 parent 719d3e0 commit 0ef7a87
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
14 changes: 14 additions & 0 deletions Casks/dora-ssr.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
cask "dora-ssr" do
version "1.2.2"
sha256 :no_check

url "https://github.com/ippclub/Dora-SSR/releases/download/v#{version}/dora-ssr-v#{version}-macos-universal.zip", verified: "github.com/ippclub/Dora-SSR/"
name "Dora SSR"
desc "Game engine for rapid game development"
homepage "https://www.dora-ssr.net/"

depends_on macos: ">= :big_sur"

app "Dora.app", target: "Dora SSR.app"
end

Check failure on line 14 in Casks/dora-ssr.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/TrailingEmptyLines: 1 trailing blank lines detected.
13 changes: 0 additions & 13 deletions Casks/dorothy-ssr.rb

This file was deleted.

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ Homebrew tap for Dorothy SSR game engine.

## Casks
```
dorothy-ssr
dora-ssr
```

## Installing

```
brew tap ippclub/dorothy-ssr
brew install --cask dorothy-ssr
brew tap ippclub/dora-ssr
brew install --cask dora-ssr
```

## Uninstalling

```
brew uninstall --cask dorothy-ssr
brew untap ippclub/dorothy-ssr
brew uninstall --cask dora-ssr
brew untap ippclub/dora-ssr
```

0 comments on commit 0ef7a87

Please sign in to comment.