Skip to content

Commit 12cd9dd

Browse files
committed
Merge branch 'release/v2025.40'
2 parents 4db8958 + f78b8c8 commit 12cd9dd

Some content is hidden

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

69 files changed

+1144
-834
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os: windows-2022
1414
runtime: win-arm64
1515
- name: macOS (Intel)
16-
os: macos-13
16+
os: macos-15-intel
1717
runtime: osx-x64
1818
- name: macOS (Apple Silicon)
1919
os: macos-latest

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,6 @@ This software creates a folder `$"{System.Environment.SpecialFolder.ApplicationD
8989
For **Windows** users:
9090

9191
* **MSYS Git is NOT supported**. Please use official [Git for Windows](https://git-scm.com/download/win) instead.
92-
* You can install the latest stable from `winget` with follow commands:
93-
```shell
94-
winget install SourceGit
95-
```
96-
> [!NOTE]
97-
> `winget` will install this software as a commandline tool. You need run `SourceGit` from console or `Win+R` at the first time. Then you can add it to the taskbar.
9892
* You can install the latest stable by `scoop` with follow commands:
9993
```shell
10094
scoop bucket add extras

SourceGit.slnx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</Folder>
5757

5858
<Folder Name="/files/">
59-
<File Path=".editconfig"/>
59+
<File Path=".editorconfig"/>
6060
<File Path=".gitattributes"/>
6161
<File Path=".gitignore"/>
6262
<File Path=".issuetracker"/>

0 commit comments

Comments
 (0)