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

Commit

Permalink
Merge pull request #1042 from CTemplar/dev
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
The-Hidden-Hand authored Mar 2, 2021
2 parents 38d5ee7 + 06da57e commit 9ed0a9c
Show file tree
Hide file tree
Showing 115 changed files with 1,896 additions and 980 deletions.
20 changes: 20 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version = 1

test_patterns = ["test/**"]

exclude_patterns = ["dist/**"]

[[analyzers]]
name = "javascript"
enabled = true

[analyzers.meta]
environment = [
"nodejs",
"browser"
]
plugins = ["angular"]

[[transformers]]
name = "prettier"
enabled = true
5 changes: 5 additions & 0 deletions .huskyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"hooks": {
"pre-commit": "tsc && lint-staged"
}
}
6 changes: 6 additions & 0 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"**/*.+(js|jsx|css|less|scss|ts|tsx|md)": [
"prettier --write",
"git add"
]
}
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/CTemplar/webclient.svg?branch=master)](https://travis-ci.org/CTemplar/webclient)

Angular webclient (with Linux, macOS and Windows desktop clients) for CTemplar's encrypted email service.
Angular webclient (with Linux, macOS and Windows desktop clients) for CTemplar's encrypted email service.

## Usage

Expand All @@ -28,6 +28,7 @@ Examples:
npm run build:electron
npm run pack:electron -- --windows --x64
```

OR

```bash
Expand Down Expand Up @@ -60,7 +61,7 @@ For more information, execute `npm run pack:electron -- --help` or visit [electr

If you get the following error when running on Linux:

```[10777:1211/040811.848719:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_CTemplR0XoE6/chrome-sandbox is owned by root and has mode 4755.```
`[10777:1211/040811.848719:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_CTemplR0XoE6/chrome-sandbox is owned by root and has mode 4755.`

Try adding `--no-sandbox` when running the AppImage executable.

Expand Down
Loading

0 comments on commit 9ed0a9c

Please sign in to comment.