mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-02 01:34:58 +00:00
localization: update tranlation for Text.Diff.IgnoreWhitespace
This is because that in `git diff` command the `--ignore-all-space` option will also ignore line-ending changes (`--ignore-cr-at-eol`) Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
95ea0a6ba6
commit
98dd37a9bc
12 changed files with 23 additions and 11 deletions
12
build.command
Executable file
12
build.command
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
|
||||
version=`cat VERSION`
|
||||
|
||||
rm -rf SourceGit.app
|
||||
|
||||
mkdir -p SourceGit.app/Contents/Resources
|
||||
mkdir -p SourceGit.app/Contents/MacOS
|
||||
cp build/resources/app/App.icns SourceGit.app/Contents/Resources/App.icns
|
||||
sed "s/SOURCE_GIT_VERSION/${version}/g" build/resources/app/App.plist > SourceGit.app/Contents/Info.plist
|
||||
dotnet publish src/SourceGit.csproj -c Release -r osx-arm64 -o SourceGit.app/Contents/MacOS
|
||||
rm -rf SourceGit.app/Contents/MacOS/SourceGit.dsym
|
Loading…
Add table
Add a link
Reference in a new issue