Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(693)

Unified Diff: debugger/build_release

Issue 1739603003: debugger: Actually include favicon.ico in the release package. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: debugger/build_release
diff --git a/debugger/build_release b/debugger/build_release
index 51ff00f35ccef012d297e780360b81769d5e5895..f3450b1280f264e193b15a885eafcb160df50187 100755
--- a/debugger/build_release
+++ b/debugger/build_release
@@ -16,6 +16,7 @@ ${INSTALL_DIR} --mode=755 ${ROOT}/usr/local/shar
${INSTALL} --mode=644 ./templates/* ${ROOT}/usr/local/share/skdebugger/templates
${INSTALL} --mode=644 ./res/js/core.js ${ROOT}/usr/local/share/skdebugger/res/js/core.js
${INSTALL} --mode=644 ./res/vul/elements.html ${ROOT}/usr/local/share/skdebugger/res/vul/elements.html
+${INSTALL} --mode=644 ./res/img/favicon.ico ${ROOT}/usr/local/share/skdebugger/res/img/favicon.ico
}
rm ./res/vul/elements.html
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698