Skip to content

Commit 3f3acfe

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into develop
2 parents a40305e + 5f341b2 commit 3f3acfe

File tree

97 files changed

+2935
-1702
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+2935
-1702
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ node_modules/
2828
package.json
2929
package-lock.json
3030

31+
32+
# Flatpak
33+
!build/resources/flatpak
34+
3135
build/resources/
3236
build/SourceGit/
3337
build/SourceGit.app/

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@
7070

7171
You can download the latest stable from [Releases](https://github.com/sourcegit-scm/sourcegit/releases/latest) or download workflow artifacts from [GitHub Actions](https://github.com/sourcegit-scm/sourcegit/actions) to try this app based on latest commits.
7272

73-
This software creates a folder `$"{System.Environment.SpecialFolder.ApplicationData}/SourceGit"`, which is platform-dependent, to store user settings, downloaded avatars and crash logs.
73+
This software creates a folder, which is platform-dependent, to store user settings, downloaded avatars and crash logs.
7474

75-
| OS | PATH |
76-
|---------|-----------------------------------------------------|
77-
| Windows | `%APPDATA%\SourceGit` |
78-
| Linux | `${HOME}/.config/SourceGit` or `${HOME}/.sourcegit` |
79-
| macOS | `${HOME}/Library/Application Support/SourceGit` |
75+
| OS | PATH |
76+
|---------|-------------------------------------------|
77+
| Windows | `%APPDATA%\SourceGit` |
78+
| Linux | `~/.sourcegit` |
79+
| macOS | `~/Library/Application Support/SourceGit` |
8080

8181
> [!TIP]
8282
> * You can open this data storage directory from the main menu `Open Data Storage Directory`.

THIRD-PARTY-LICENSES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The project uses the following third-party libraries or assets
1414
### AvaloniaEdit
1515

1616
- **Source**: https://github.com/AvaloniaUI/AvaloniaEdit
17-
- **Version**: 11.4.0-rc1
17+
- **Version**: 11.4.0
1818
- **License**: MIT License
1919
- **License Link**: https://github.com/AvaloniaUI/AvaloniaEdit/blob/master/LICENSE
2020

0 commit comments

Comments
 (0)