Skip to content

Commit

Permalink
Add build script and bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MorbZ committed Jan 28, 2018
1 parent 2619fbb commit 8f4fe6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "No PDF Download",
"description": "Opens all PDF files directly in the browser.",
"version": "1.0.1",
"version": "1.0.2",

"permissions": [
"webRequest",
Expand Down
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
cd app
zip -r ../nopdfdownload.zip * -x *.DS_Store

0 comments on commit 8f4fe6f

Please sign in to comment.