Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Cristian Petcu committed Aug 24, 2019
1 parent 0d0f240 commit a9ab92f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.sh
Expand Up @@ -47,13 +47,13 @@ generate_update_json "$version" "desktop"
#build desktop
cat manifest_desktop.json > manifest.json
web-ext lint -s . --self-hosted -i "*.sh"
zip tr_desktop.zip manifest.json scripts/* images/* _locales/**/*
zip tr_desktop.zip manifest.json scripts/* images/* _locales/**/* options/*
rm -rf manifest.json

#build android
cat manifest_android.json > manifest.json
web-ext lint -s . --self-hosted -i "*.sh"
zip tr_android.zip manifest.json scripts/* images/* _locales/**/*
zip tr_android.zip manifest.json scripts/* images/* _locales/**/* options/*
rm -rf manifest.json

# git add .
Expand Down
2 changes: 1 addition & 1 deletion manifest_android.json
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"version": "2.3.0",
"version": "2.3.1",
"homepage_url": "https://github.com/andreicristianpetcu/google_translate_this",
"manifest_version": 2,
"description": "__MSG_appDescription__",
Expand Down
2 changes: 1 addition & 1 deletion manifest_desktop.json
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"version": "2.3.0",
"version": "2.3.1",
"homepage_url": "https://github.com/andreicristianpetcu/google_translate_this",
"manifest_version": 2,
"description": "__MSG_appDescription__",
Expand Down
3 changes: 1 addition & 2 deletions versions.txt
Expand Up @@ -2,5 +2,4 @@
2.2.9
2.2.10
2.2.11
2.2.12
2.3.0
2.2.12

0 comments on commit a9ab92f

Please sign in to comment.