Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions Casks/qshell.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cask "qshell" do
version "5.4.0"
sha256 "9ee467f1063f491da44f67014c38fc45cca386098d21d7230ed6479b2373e891"

url "https://github.com/tea4go/qshell/releases/download/v#{version}/QShell_macos_universal.zip"

Check failure on line 5 in Casks/qshell.rb

View workflow job for this annotation

GitHub Actions / test qshell (macos-15-intel, intel)

Signature verification failed: Progress: 39419904/118259712 Progress: 78839808/118259712 Progress: 118259712/118259712 Scan completed, but failed because the software is not signed by a distributor that meets the system Gatekeeper requirements. macOS on ARM requires software to be signed. Please contact the upstream developer to let them know they should sign and notarize their software.

Check failure on line 5 in Casks/qshell.rb

View workflow job for this annotation

GitHub Actions / test qshell (macos-15-intel, intel)

GitHub repository not notable enough (<30 forks, <30 watchers and <75 stars)

Check failure on line 5 in Casks/qshell.rb

View workflow job for this annotation

GitHub Actions / test qshell (macos-26, arm)

GitHub repository not notable enough (<30 forks, <30 watchers and <75 stars)

Check failure on line 5 in Casks/qshell.rb

View workflow job for this annotation

GitHub Actions / test qshell (macos-26, arm)

Signature verification failed: Progress: 39419904/118259712 Progress: 78839808/118259712 Progress: 118259712/118259712 Scan completed, but failed because the software is not signed by a distributor that meets the system Gatekeeper requirements. macOS on ARM requires software to be signed. Please contact the upstream developer to let them know they should sign and notarize their software.
name "QShell"
desc "GUI application with terminal, SFTP, Markdown, and remote desktop features"
homepage "https://github.com/tea4go/qshell"

app "QShell.app"

Check failure on line 11 in Casks/qshell.rb

View workflow job for this annotation

GitHub Actions / syntax (macos-26)

Layout/TrailingWhitespace: Trailing whitespace detected.
# 提供命令行工具
binary "QShell.app/Contents/MacOS/QShell", target: "qshell"

Check failure on line 14 in Casks/qshell.rb

View workflow job for this annotation

GitHub Actions / syntax (macos-26)

Layout/TrailingWhitespace: Trailing whitespace detected.

Check failure on line 14 in Casks/qshell.rb

View workflow job for this annotation

GitHub Actions / syntax (macos-26)

Cask/StanzaGrouping: stanza groups should be separated by a single empty line
zap trash: [
"~/Library/Preferences/com.tea4go.qshell.plist",
"~/Library/Saved Application State/com.tea4go.qshell.savedState"

Check failure on line 17 in Casks/qshell.rb

View workflow job for this annotation

GitHub Actions / syntax (macos-26)

Style/TrailingCommaInArrayLiteral: Put a comma after the last item of a multiline array.
]
end
Loading