mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-28 15:45: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
|
@ -4,5 +4,5 @@ rm -rf SourceGit
|
|||
dotnet publish ../src/SourceGit.csproj -c Release -r linux-x64 -o SourceGit -p:PublishAot=true -p:PublishTrimmed=true -p:TrimMode=link --self-contained
|
||||
cp resources/SourceGit.desktop.template SourceGit/SourceGit.desktop.template
|
||||
cp resources/App.icns SourceGit/SourceGit.icns
|
||||
tar -zcvf SourceGit.linux-x64.tar.gz --exclude="*/en" --exclude="*/zh" --exclude="*/*.dbg" SourceGit
|
||||
tar -zcvf SourceGit.linux-x64.tar.gz --exclude="*/*.dbg" SourceGit
|
||||
rm -rf SourceGit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue