refactor: use axaml resource to manage locales instead of resx

This commit is contained in:
leo 2024-04-06 18:06:32 +08:00
parent 1196fabfc1
commit 040a6d4bba
12 changed files with 896 additions and 8092 deletions

View file

@ -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