dataspell: add command-line launcher

This commit is contained in:
MoonFruit 2024-01-08 17:38:23 +08:00
parent 51ccd38799
commit 7d067b6aa1
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 "dataspell" do
depends_on macos: ">= :high_sierra"
app "DataSpell.app"
uninstall_postflight do
ENV["PATH"].split(File::PATH_SEPARATOR).map { |path| File.join(path, "dataspell") }.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}/DataSpell.app/Contents/MacOS/dataspell"
zap trash: [
"~/Library/Application Support/DataSpell*",