mirror of
https://github.com/debauchee/barrier.git
synced 2024-12-23 19:12:14 +03:00
remove stale references to syntool/synwinhk
This commit is contained in:
parent
b43581c2f5
commit
7fd6711829
1
dist/rpm/barrier.spec.in
vendored
1
dist/rpm/barrier.spec.in
vendored
@ -18,7 +18,6 @@ Work seamlessly across Windows, macOS and Linux.
|
|||||||
%{_bindir}/barrier
|
%{_bindir}/barrier
|
||||||
%{_bindir}/barrierc
|
%{_bindir}/barrierc
|
||||||
%{_bindir}/barriers
|
%{_bindir}/barriers
|
||||||
%{_bindir}/syntool
|
|
||||||
%attr(644,-,-) %{_datarootdir}/applications/barrier.desktop
|
%attr(644,-,-) %{_datarootdir}/applications/barrier.desktop
|
||||||
%attr(644,-,-) %{_datarootdir}/icons/hicolor/scalable/apps/barrier.svg
|
%attr(644,-,-) %{_datarootdir}/icons/hicolor/scalable/apps/barrier.svg
|
||||||
|
|
||||||
|
2
dist/wix/Product.wxs
vendored
2
dist/wix/Product.wxs
vendored
@ -60,8 +60,6 @@
|
|||||||
<fire:FirewallException Id="ServerFirewallException" IgnoreFailure="yes" Name="$(var.Name)" Scope="any"/>
|
<fire:FirewallException Id="ServerFirewallException" IgnoreFailure="yes" Name="$(var.Name)" Scope="any"/>
|
||||||
</File>
|
</File>
|
||||||
<File Source="$(var.BinPath)/barrierc.exe"/>
|
<File Source="$(var.BinPath)/barrierc.exe"/>
|
||||||
<File Source="$(var.BinPath)/syntool.exe"/>
|
|
||||||
<File Source="$(var.BinPath)/synwinhk.dll"/>
|
|
||||||
<File Source="$(var.OpenSSLBinPath)/libeay32.dll"/>
|
<File Source="$(var.OpenSSLBinPath)/libeay32.dll"/>
|
||||||
<File Source="$(var.OpenSSLBinPath)/ssleay32.dll"/>
|
<File Source="$(var.OpenSSLBinPath)/ssleay32.dll"/>
|
||||||
<File Source="$(var.OpenSSLBinPath)/openssl.exe"/>
|
<File Source="$(var.OpenSSLBinPath)/openssl.exe"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user