Fix Factor 0.97 install by switching to a suite (#44089)

The Factor Listener expects to find factor.image and other files
included in its disk image to be alongside the application.

Switch from a standalone app stanza to a suite so that all required
files are installed.
This commit is contained in:
Paul Mucur 2018-02-17 20:11:04 +00:00 committed by Vítor Galvão
parent 5afc9e8673
commit 55981c291b
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@ cask 'factor' do
name 'Factor'
homepage 'https://factorcode.org/'
app 'factor/Factor.app'
suite 'factor'
caveats do
path_environment_variable "#{staged_path}/factor/"
path_environment_variable "#{staged_path}/factor"
end
end