From 0b023099eb5b2efa0aebbb64ac2a458fb8b95a50 Mon Sep 17 00:00:00 2001 From: Reno <25192197+singularitti@users.noreply.github.com> Date: Wed, 2 Dec 2020 21:43:14 -0500 Subject: [PATCH] =?UTF-8?q?Add=20cask=20"videofusion"=20which=20is=20"?= =?UTF-8?q?=E5=89=AA=E6=98=A0=E4=B8=93=E4=B8=9A=E7=89=88"=201.0.1=20(#9413?= =?UTF-8?q?7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add cask "videofusion" or "剪映专业版" 1.0.1 * Update videofusion.rb Co-authored-by: Miccal Matthews --- Casks/videofusion.rb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Casks/videofusion.rb diff --git a/Casks/videofusion.rb b/Casks/videofusion.rb new file mode 100644 index 00000000000..3d64d85321d --- /dev/null +++ b/Casks/videofusion.rb @@ -0,0 +1,24 @@ +cask "videofusion" do + version "1.0.1.0" + sha256 "106328304796a77ddf2180af014e3834c695cef09226a0f412e811f635e66a25" + + url "https://lf3-faceucdn-tos.pstatp.com/obj/faceu-packages/Jianying_Pro_#{version.dots_to_underscores}.pkg", + verified: "https://lf3-faceucdn-tos.pstatp.com/obj/faceu-packages/" + name "VideoFusion" + name "剪映专业版" + desc "Video editor" + homepage "https://lv.ulikecam.com/" + + pkg "Jianying_Pro_#{version.dots_to_underscores}.pkg" + + uninstall pkgutil: [ + "com.lemon.lvpro", + "com.mygreatcompany.pkg.LVPro", + ] + + zap trash: [ + "~/Library/Caches/com.lemon.ee.lv", + "~/Library/Preferences/com.lemon.ee.lv.plist", + "~/Library/Saved Application State/com.lemon.ee.lv.savedState", + ] +end