Skip to content

Commit

Permalink
docs: 📝 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Dec 2, 2024
1 parent 2f145d1 commit d5cada2
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 6 deletions.
8 changes: 8 additions & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,14 @@ Windows 及 Linux 端内部集成了 Gnirehtet, 用于提供 PC 到安卓设

这可能是因为安装路径中包含中文或特殊字符导致的,请尝试更改安装路径。

### Linux 系统中安装后无法打开

> 一些流行的发行版(如 Ubuntu 24.04)对 AppImage 应用程序实施了新的限制,限制了沙箱的使用。临时解决方法如下:
```shell
sudo chmod 4755 /opt/Escrcpy/chrome-sandbox
```

## 获得帮助

> 因为是开源项目 全靠爱发电 所以支持有限 更新节奏不固定
Expand Down
8 changes: 8 additions & 0 deletions README-RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,14 @@ Gnirehtet встроен в приложения для Windows и Linux, что

Это может быть вызвано наличием китайских или специальных символов в пути установки. Попробуйте изменить путь установки.

### Невозможно открыть после установки в системе Linux

> В некоторых популярных дистрибутивах, таких как Ubuntu 24.04, были введены новые ограничения для приложений AppImage, ограничивающие использование песочниц. Временное решение следующее:
```shell
sudo chmod 4755 /opt/Escrcpy/chrome-sandbox
```

## Получение помощи

> Поскольку это проект с открытым исходным кодом, полностью поддерживаемый пожертвованиями, поддержка ограничена, и обновления могут не выходить по фиксированному расписанию.
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,15 @@ You need to customize the file paths for `scrcpy` and `adb` (ensuring they have

This might be due to Chinese or special characters in the installation path. Please try changing the installation path.


### Unable to Open After Installation in Linux System

> New restrictions have been implemented for AppImage applications in some popular distributions, such as Ubuntu 24.04, limiting the use of sandboxes. A temporary workaround is as follows:
```shell
sudo chmod 4755 /opt/Escrcpy/chrome-sandbox
```

## Getting Help

> As this is an open source project run entirely by donations, support is limited and updates may not be on a fixed schedule.
Expand Down
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
"postinstall": "electron-builder install-app-deps",
"prepare": "husky install"
},
"dependencies": {
"electron-in-page-search": "1.3.2",
"nanoid": "5.0.7",
"pinia-plugin-persistedstate": "3.2.1",
"vue": "3.4.21"
},
"devDependencies": {
"@antfu/eslint-config": "3.8.0",
"@devicefarmer/adbkit": "3.2.6",
Expand All @@ -44,6 +38,7 @@
"electron-builder": "25.1.8",
"electron-context-menu": "4.0.4",
"electron-find-in-page": "1.0.8",
"electron-in-page-search": "1.3.2",
"electron-log": "5.2.0",
"electron-store": "9.0.0",
"electron-updater": "6.3.9",
Expand All @@ -53,7 +48,9 @@
"fs-extra": "11.2.0",
"husky": "9.0.11",
"lodash-es": "4.17.21",
"nanoid": "5.0.7",
"pinia": "2.1.7",
"pinia-plugin-persistedstate": "3.2.1",
"pinyin-pro": "^3.26.0",
"postcss": "8.4.38",
"postcss-nested": "6.0.1",
Expand All @@ -67,6 +64,7 @@
"vite-plugin-electron": "0.28.8",
"vite-plugin-electron-renderer": "0.14.6",
"vite-svg-loader": "5.1.0",
"vue": "3.4.21",
"vue-command": "35.2.1",
"vue-i18n": "9.13.1",
"which": "4.0.0"
Expand Down

0 comments on commit d5cada2

Please sign in to comment.