mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
fix<MacOS>: wrong path to find Terminal.app; GitInstallDir ends to the folder that contains bin/git; way to open and select file in Finder
This commit is contained in:
parent
5ac7d78796
commit
d74a3fb550
4 changed files with 7 additions and 4 deletions
3
src/BuildMacOS.command
Normal file
3
src/BuildMacOS.command
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
dotnet publish -c Release -r osx-x64 -p:PublishAot=true -p:PublishTrimmed=true -p:TrimMode=link --self-contained
|
Loading…
Add table
Add a link
Reference in a new issue