Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
19.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 committed Aug 30, 2021
1 parent 1936a48 commit 537064b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/safari/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ security import $CURRENT_DIR/certificates.p12 -P "$CSC_KEY_PASSWORD" -k safari -
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k "$CSC_KEY_PASSWORD" safari

# sign
codesign --verbose --force -o runtime --keychain safari --sign "3rd Party Mac Developer Application: WebCatalog Ltd" --entitlements $CURRENT_DIR/translatium/safari/safari.entitlements $CURRENT_DIR/translatium/build/Release/safari.appex
codesign --verbose --force -o runtime --keychain safari --sign "Apple Distribution: WebCatalog Ltd" --entitlements $CURRENT_DIR/translatium/safari/safari.entitlements $CURRENT_DIR/translatium/build/Release/safari.appex
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Translatium",
"description": "Translate 100+ Languages Instantly",
"version": "19.10.0",
"version": "19.11.0",
"main": "main-src/electron.js",
"repository": "https://github.com/webcatalog/translatium",
"author": {
Expand Down

0 comments on commit 537064b

Please sign in to comment.