Skip to content

Commit

Permalink
* Rakefile: rewrite pangorc so launching from the dmg shows fonts.
Browse files Browse the repository at this point in the history
  • Loading branch information
_why committed Mar 5, 2009
1 parent 148212a commit b532f54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -234,7 +234,7 @@ task :build => [:build_os, "dist/VERSION.txt"] do
sh "ditto \"#{APP['icons']['osx']}\" \"#{APPNAME}.app/Contents/Resources/App.icns\""
rewrite "platform/mac/Info.plist", "#{APPNAME}.app/Contents/Info.plist"
cp "platform/mac/version.plist", "#{APPNAME}.app/Contents/"
cp "platform/mac/pangorc", "#{APPNAME}.app/Contents/MacOS/"
rewrite "platform/mac/pangorc", "#{APPNAME}.app/Contents/MacOS/pangorc"
cp "platform/mac/command-manual.rb", "#{APPNAME}.app/Contents/MacOS/"
rewrite "platform/mac/shoes-launch", "#{APPNAME}.app/Contents/MacOS/#{NAME}-launch"
chmod 0755, "#{APPNAME}.app/Contents/MacOS/#{NAME}-launch"
Expand Down
2 changes: 1 addition & 1 deletion platform/mac/pangorc
@@ -1,2 +1,2 @@
[Pango]
ModuleFiles=/Volumes/Shoes/Shoes.app/Contents/MacOS/pango.modules
ModuleFiles=/Volumes/#{APPNAME}/#{APPNAME}.app/Contents/MacOS/pango.modules

0 comments on commit b532f54

Please sign in to comment.