From 404c5b89ba923f42d9553b7c5d2b8aac510a4c26 Mon Sep 17 00:00:00 2001 From: Roger Chapman Date: Mon, 16 Dec 2019 19:56:37 +1100 Subject: [PATCH] Fix to zip file to normalize the folder structure (#60) --- Makefile | 2 +- public/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fa2d8e7..7df6142 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ run: yarn && yarn start package: build - zip -rj grpc-web-devtools.zip build/* + cd build; zip -r ../grpc-web-devtools.zip . example-build-frontend: protoc -I./example --js_out=import_style=commonjs:example/client \ diff --git a/public/manifest.json b/public/manifest.json index 6017fa0..ad4c597 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { "name": "gRPC-Web Developer Tools", - "version": "1.2.0", + "version": "1.2.1", "manifest_version": 2, "description": "gRPC-Web Developer Tools for debugging application's gRPC-Web network requests.", "icons": {