Skip to content

Commit c98932a

Browse files
authored
Update README.md
Clarify build_all commands.
1 parent a2d3427 commit c98932a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ Go to subfolder tools/deps and run the following scripts in order. Libraries wil
5757

5858
### Build the Windscribe 2.0 app
5959

60-
Go to subfolder tools and run 'build_all'. Assuming all goes well with the build, the installer will be placed in build-exe. You can run 'build_all debug' for a debug build.
61-
Note that a debug build is required to connect the VPN when building without code signing.
60+
Go to subfolder tools and run 'build_all'. Assuming all goes well with the build, the installer will be placed in build-exe. You can run 'build_all debug' for an unsigned build. Note that an unsigned build is required to connect the VPN when building without code signing.
6261

6362
## Mac
6463
### Prerequisites
@@ -115,7 +114,7 @@ Note that a debug build is required to connect the VPN when building without cod
115114

116115
### Build the Windscribe 2.0 app
117116

118-
Open a terminal in desktop-v2/tools and run './build_all' for a release build, or './build_all debug' for a debug build. Please note that a release build requires you to have completed the 'Set up code signing' section above. Assuming all goes well with the build, the installer will be placed in desktop-v2/build-exe.
117+
Open a terminal in desktop-v2/tools and run './build_all' for a signed build, or './build_all debug' for an unsigned build. Please note that a signed build requires you to have completed the 'Set up code signing' section above. Assuming all goes well with the build, the installer will be placed in desktop-v2/build-exe.
119118

120119
### Install Auto-Tools and 7-Zip (via HomeBrew):
121120
- brew install libtool
@@ -188,4 +187,6 @@ Build process tested on Ubuntu 16.04 (gcc 5.4.0) and Ubuntu 20.04/ZorinOS 16 (gc
188187

189188
### Build the Windscribe 2.0 app
190189

191-
Open a terminal in desktop-v2/tools and run './build_all --no-sign' for a release build, or './build_all debug --no-sign' for a debug build. Assuming all goes well with the build, the installer will be placed in desktop-v2/build-exe.
190+
Open a terminal in desktop-v2/tools and run './build_all --no-sign'. Assuming all goes well with the build, the installer will be placed in desktop-v2/build-exe.
191+
192+
The application installs to /usr/local/windscribe. You will find the logs in ~/.local/share/Windscribe/Windscribe2.

0 commit comments

Comments
 (0)