mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-31 17:14:58 +00:00
update<build>: rename output binary name
This commit is contained in:
parent
fc4667f26c
commit
65ac3dd67a
2 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ rmdir /s /q obj
|
|||
dotnet publish SourceGit.csproj --nologo -c Release -r win-x86 -f net48 -o ..\publish\net48
|
||||
ilrepack /ndebug /wildcards /out:..\publish\SourceGit.exe ..\publish\net48\SourceGit.exe ..\publish\net48\*.dll
|
||||
cd ..\publish
|
||||
ren SourceGit.exe SourceGit.net48.exe
|
||||
ren SourceGit.exe SourceGit.net4.8.exe
|
||||
rmdir /s /q net48
|
||||
|
||||
cd ..\src
|
||||
|
@ -16,6 +16,6 @@ rmdir /s /q bin
|
|||
rmdir /s /q obj
|
||||
dotnet publish SourceGit.csproj --nologo -c Release -r win-x86 -f net5.0-windows -p:PublishSingleFile=true --no-self-contained -o ..\publish
|
||||
cd ..\publish
|
||||
ren SourceGit.exe SourceGit.net50.exe
|
||||
ren SourceGit.exe SourceGit.net5.0.exe
|
||||
|
||||
cd ../
|
Loading…
Add table
Add a link
Reference in a new issue