fix(subtitleedit): wrong path to exe (#4362)

This commit is contained in:
madomado
2025-04-21 07:57:24 +08:00
committed by GitHub
parent bda27cfb26
commit 0d5a860804
+2 -2
View File
@@ -13,7 +13,7 @@ Packager: madonuko <mado@fyralabs.com>
Provides: %realname = %evr
Conflicts: %realname
BuildRequires: unzip anda-srpm-macros
Requires: dejavu-sans-mono-fonts
Requires: dejavu-sans-mono-fonts mono-core
%description
%summary.
@@ -33,7 +33,7 @@ EOF
cat<<EOF > subtitleedit
#!/usr/bin/sh
exec mono /opt/subtitleedit/SubtitleEdit.exe "$@"
exec mono /usr/share/subtitleedit/SubtitleEdit.exe "$@"
EOF