Skip to content

Commit

Permalink
Make pango-querymodules executable in .dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
wasnotrice committed Oct 9, 2011
1 parent ea6b158 commit acd8828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -460,6 +460,7 @@ namespace :osx do
mv "dmg/#{APPNAME}.app/Contents/MacOS/samples", "dmg/samples"
end
ln_s "/Applications", "dmg/Applications"
sh "chmod +x dmg/\"#{APPNAME}.app\"/Contents/MacOS/pango-querymodules"
sh "chmod +x dmg/\"#{APPNAME}.app\"/Contents/MacOS/#{NAME}"
sh "chmod +x dmg/\"#{APPNAME}.app\"/Contents/MacOS/#{NAME}-bin"
sh "chmod +x dmg/\"#{APPNAME}.app\"/Contents/MacOS/#{NAME}-launch"
Expand Down

0 comments on commit acd8828

Please sign in to comment.