-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[email protected]: Skip livecheck w/version-pin message
- Loading branch information
1 parent
a8b7ac8
commit 62fe6f2
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,10 @@ | |
depends_on macos: ">= :monterey" | ||
Check failure on line 12 in Casks/[email protected] GitHub Actions / test-bot (ubuntu-latest)
Check failure on line 12 in Casks/[email protected] GitHub Actions / test-bot (macos-latest)
|
||
container nested: "com.vmware.fusion.zip" | ||
Check failure on line 13 in Casks/[email protected] GitHub Actions / test-bot (ubuntu-latest)
Check failure on line 13 in Casks/[email protected] GitHub Actions / test-bot (macos-latest)
|
||
|
||
livecheck do | ||
Check failure on line 15 in Casks/[email protected] GitHub Actions / test-bot (ubuntu-latest)
Check failure on line 15 in Casks/[email protected] GitHub Actions / test-bot (macos-latest)
|
||
skip "Version-pinned to #{version}" | ||
end | ||
|
||
app "#{staged_path}/payload/VMware Fusion.app" | ||
binary "#{appdir}/VMware Fusion.app/Contents/Library/vkd/bin/vctl" | ||
binary "#{appdir}/VMware Fusion.app/Contents/Library/vmnet-bridge" | ||
|