Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/filmaj/phonegap-android i…
Browse files Browse the repository at this point in the history
…nto filmaj
  • Loading branch information
macdonst committed Jan 17, 2011
2 parents b7abc2c + 53bdf2d commit f090f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/classic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def build
def setup
@android_dir = File.expand_path(File.dirname(__FILE__).gsub('lib',''))
@framework_dir = File.join(@android_dir, "framework")
@icon = File.join(@www, 'icon.png')
@icon = File.join(@www, 'icon.png') unless File.exists?(@icon)
@app_js_dir = ''
@content = 'index.html'
end
Expand Down

0 comments on commit f090f9a

Please sign in to comment.