rustrover: add command-line launcher

This commit is contained in:
MoonFruit 2024-01-08 17:41:58 +08:00
parent 1fc26f0de1
commit c62016c522
No known key found for this signature in database
GPG Key ID: 86EE2A2C61AB27B3
1 changed files with 1 additions and 9 deletions

View File

@ -23,15 +23,7 @@ cask "rustrover" do
depends_on macos: ">= :catalina"
app "RustRover #{version.before_comma} EAP.app", target: "RustRover.app"
uninstall_postflight do
ENV["PATH"].split(File::PATH_SEPARATOR).map { |path| File.join(path, "rover") }.each do |path|
if File.readable?(path) &&
File.readlines(path).grep(/# see com.intellij.idea.SocketLock for the server side of this interface/).any?
File.delete(path)
end
end
end
binary "#{appdir}/RustRover.app/Contents/MacOS/rustrover"
zap trash: [
"~/Library/Application Support/JetBrains/RustRover#{version.major_minor}",