Merge pull request #3282 from commitay/abstract-artifact
Cask AbstractArtifact: fix install order
This commit is contained in:
commit
ee6a2c4e9c
@ -50,8 +50,10 @@ module Hbc
|
||||
Vst3Plugin,
|
||||
ScreenSaver,
|
||||
],
|
||||
Binary,
|
||||
# `pkg` should be run before `binary`, so
|
||||
# targets are created prior to linking.
|
||||
Pkg,
|
||||
Binary,
|
||||
PostflightBlock,
|
||||
Zap,
|
||||
].each_with_index.flat_map { |classes, i| [*classes].map { |c| [c, i] } }.to_h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user