You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Unlike many others unofficial clients, it doesn't ask for your 2FA secrets which
61
61
Please head to the [release section](https://github.com/Steccas/ProtonClient/releases) to find ready to use installers for Windows, Linux distros and Mac.
62
62
63
63
## Build
64
-
To build this client you need to set up and install [Node.js] and [Nativefier]. Once Node.js is installed, simply run the `npm install` command in the repository's root folder to install Nativefier. Once that's done, you will be able to run the build scripts below.
64
+
To build this client you need to set up and install [Node.js]. Once Node.js is installed, simply run the `npm install` command in the repository's root folder to install [Nativefier] and other dependencies. Once that's done, you will be able to run the build scripts below.
65
65
66
66
You can build it from Windows, Linux, or Mac, but you will need wine or Windows to build it for Windows. Please refer to Nativefier's documentation for more information.
67
67
@@ -88,19 +88,23 @@ node .\proton_client_mac.js
88
88
I created a small bash script for Linux to make the build faster.
89
89
Just run [build.sh](build.sh) from your shell with one of these arguments:
90
90
```
91
-
--win
91
+
./build.sh --win
92
92
```
93
93
To build for Windows
94
94
```
95
-
--linux
95
+
./build.sh --linux
96
96
```
97
-
To build for Linux
97
+
To build for Linux (optionally creates distribution packages)
I have no time nor patience to publish the package to AUR so any help is welcome.
48
49
49
50
## Mac
50
-
Use one of the archives for Mac (proton-client-1.2.3-mac-x86_64.zip); inside, you will find an app bundle ready to be moved when makes sense to you (probably the app folder) and being run.
51
+
Use one of the archives for Mac (proton-client-1.2.4-mac-x86_64.zip); inside, you will find an app bundle ready to be moved when makes sense to you (probably the app folder) and being run.
0 commit comments