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

Unified Diff: ports/devenv/build.sh

Issue 857213002: devenv: fix name of webstore zip file (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 11 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: ports/devenv/build.sh
diff --git a/ports/devenv/build.sh b/ports/devenv/build.sh
index caae2931fc56e51e37e2de730935aadbaf715603..ca3dac3194603fc0a8d2c3d79f8fd648211f312c 100644
--- a/ports/devenv/build.sh
+++ b/ports/devenv/build.sh
@@ -84,7 +84,7 @@ InstallStep() {
# Zip the full app for upload.
ChangeDir ${PUBLISH_DIR}
- CreateWebStoreZip devenv_small_test.zip devenv_app_upload
+ CreateWebStoreZip devenv_app_upload.zip devenv_app_upload
# Copy the files for DevEnvWidget.
local WIDGET_DIR=${PUBLISH_DIR}/devenvwidget
@@ -105,7 +105,8 @@ InstallStep() {
LogExecute mv devenv_small_test_${NACL_ARCH}${NACL_EXEEXT} \
devenv_small_test_${NACL_ARCH}
- CreateWebStoreZip devenv_small_test.zip .
+ Remove devenv_small_test.zip
+ LogExecute zip -r devenv_small_test.zip *
}
PostInstallTestStep() {
« 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