mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-14 23:25:00 +00:00
refactor: use axaml resource to manage locales instead of resx
This commit is contained in:
parent
1196fabfc1
commit
040a6d4bba
12 changed files with 896 additions and 8092 deletions
|
@ -9,7 +9,5 @@ if (Test-Path SourceGit.win-x64.zip) {
|
|||
dotnet publish ..\src\SourceGit.csproj -c Release -r win-x64 -o SourceGit -p:PublishAot=true -p:PublishTrimmed=true -p:TrimMode=link --self-contained
|
||||
|
||||
Remove-Item SourceGit\*.pdb -Force
|
||||
Remove-Item SourceGit\zh -Recurse -Force
|
||||
Remove-Item SourceGit\en -Recurse -Force
|
||||
|
||||
Compress-Archive -Path SourceGit -DestinationPath SourceGit.win-x64.zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue