fix: gcm-core

This commit is contained in:
windowsboy111
2023-02-20 00:38:04 +08:00
parent 707168b698
commit 44e5e4e3da
+3 -4
View File
@@ -30,18 +30,17 @@ Secure, cross-platform Git credential storage with authentication to GitHub, Azu
%prep
%forgesetup
%build
dotnet build -c LinuxRelease
%install
install -D -m 755 out/linux/Packaging.Linux/payload/Release/%{long_name}-core %{buildroot}%{_bindir}/%{long_name}-core
ls out/linux/Packaging.Linux/Release/payload -alh
install -Dm755 out/linux/Packaging.Linux/Release/payload/%{long_name} %{buildroot}%{_bindir}/%{long_name}
%files
%license LICENSE
/usr/bin/git-credential-manager
%changelog