clion: add command-line launcher

This commit is contained in:
MoonFruit 2024-01-08 17:36:51 +08:00
parent d87e5878e2
commit 2cdcd28d72
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 "clion" do
depends_on macos: ">= :high_sierra"
app "CLion.app"
uninstall_postflight do
ENV["PATH"].split(File::PATH_SEPARATOR).map { |path| File.join(path, "clion") }.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}/CLion.app/Contents/MacOS/clion"
zap trash: [
"~/Library/Application Support/JetBrains/CLion#{version.major_minor}",