Skip to content

Commit

Permalink
Merge pull request #172919 from Loyalsoldier/update-115
Browse files Browse the repository at this point in the history
115: fix installation method
  • Loading branch information
krehel committed May 4, 2024
2 parents 043c189 + f353e12 commit 9046192
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Casks/1/115.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,19 @@
auto_updates true
depends_on macos: ">= :high_sierra"

app "115生活.app"
installer script: "#{staged_path}/115生活.app/Contents/MacOS/115setup"

uninstall quit: "org.115pc.115Desktop"
uninstall delete: [
"/Applications/115生活.app",
"/Applications/115生活.app/Contents/app/115DocViewer.app",
"/Applications/115生活.app/Contents/app/115Music.app",
"/Applications/115生活.app/Contents/app/115Photo.app",
"/Applications/115生活.app/Contents/app/115Player.app",
]

zap trash: [
"~/Library/Application Support/115*",
"~/Library/Application Support/115生活",
"~/Library/Saved Application State/org.115pc.115*",
]
end

0 comments on commit 9046192

Please sign in to comment.