Install pkg
before app
.
This commit is contained in:
parent
e6cfb4a3c2
commit
54ab3dd7c4
@ -50,6 +50,11 @@ module Cask
|
||||
# depend on other artifacts still being installed.
|
||||
Uninstall,
|
||||
Installer,
|
||||
# `pkg` should be run before `binary`, so
|
||||
# targets are created prior to linking.
|
||||
# `pkg` should be run before `app`, since an `app` could
|
||||
# contain a nested installer (e.g. `wireshark`).
|
||||
Pkg,
|
||||
[
|
||||
App,
|
||||
Suite,
|
||||
@ -67,9 +72,6 @@ module Cask
|
||||
Vst3Plugin,
|
||||
ScreenSaver,
|
||||
],
|
||||
# `pkg` should be run before `binary`, so
|
||||
# targets are created prior to linking.
|
||||
Pkg,
|
||||
Binary,
|
||||
Manpage,
|
||||
PostflightBlock,
|
||||
|
Loading…
x
Reference in New Issue
Block a user