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
> You can open the app data dir from the main menu.
67
+
> You can open this data storage directory from the main menu.
68
68
69
69
For **Windows** users:
70
70
@@ -80,7 +80,8 @@ For **Windows** users:
80
80
scoop bucket add extras
81
81
scoop install sourcegit
82
82
```
83
-
* Portable versions can be found in [Releases](https://github.com/sourcegit-scm/sourcegit/releases/latest)
83
+
* Pre-built binaries can be found in [Releases](https://github.com/sourcegit-scm/sourcegit/releases/latest)
84
+
* You can run `dotnet publish -c Release -r win-x64 -p:EnablePortable=true -o $YOUR_PUBLISH_DIR .\src\SourceGit.csproj` to build a portable version.
84
85
85
86
For **macOS** users:
86
87
@@ -159,7 +160,7 @@ This app supports open repository in external tools listed in the table below.
159
160
160
161
> [!NOTE]
161
162
> This app will try to find those tools based on some pre-defined or expected locations automatically. If you are using one portable version of these tools, it will not be detected by this app.
162
-
> To solve this problem you can add a file named `external_editors.json` in app data dir and provide the path directly. For example:
163
+
> To solve this problem you can add a file named `external_editors.json` in app data storage directory and provide the path directly. For example:
0 commit comments