From: srowen Date: Tue, 29 Jun 2010 16:18:34 +0000 (+0000) Subject: On the way to deploy new verison, add favicon X-Git-Url: http://git.rot13.org/?p=zxing.git;a=commitdiff_plain;h=a5df15136b58853e6297e16ef503fb138058d001 On the way to deploy new verison, add favicon git-svn-id: http://zxing.googlecode.com/svn/trunk@1463 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- diff --git a/zxing.appspot.com/app.yaml b/zxing.appspot.com/app.yaml index 311c87b4..0463ea94 100644 --- a/zxing.appspot.com/app.yaml +++ b/zxing.appspot.com/app.yaml @@ -1,5 +1,5 @@ application: zxing -version: 1 +version: 2 runtime: python api_version: 1 @@ -11,6 +11,10 @@ handlers: static_files: site/scan.html upload: site/scan.html +- url: /favicon.ico + static_files: static/favicon.ico + upload: static/favicon.ico + - url: (.*)/ static_files: site\1/index.html upload: site/index.html diff --git a/zxing.appspot.com/static/favicon.ico b/zxing.appspot.com/static/favicon.ico new file mode 100644 index 00000000..e74e5577 Binary files /dev/null and b/zxing.appspot.com/static/favicon.ico differ diff --git a/zxingorg/web/favicon.ico b/zxingorg/web/favicon.ico new file mode 100644 index 00000000..e74e5577 Binary files /dev/null and b/zxingorg/web/favicon.ico differ