Browse Source

parallels9.rb: destination_path to staged_path

master
Vítor Galvão 10 years ago
parent
commit
3443b75026
  1. 2
      Casks/parallels9.rb

2
Casks/parallels9.rb

@ -10,7 +10,7 @@ cask :v1 => 'parallels9' do
postflight do
# Set the file to visible, since it was hidden in the dmg
system '/usr/bin/SetFile', '-a', 'v', destination_path.join("Parallels Desktop.app")
system '/usr/bin/SetFile', '-a', 'v', staged_path.join('Parallels Desktop.app')
end
uninstall :delete => [

Loading…
Cancel
Save