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

(cherry picked from commit 0d5a860804)

Co-authored-by: madomado <madonuko@outlook.com>
This commit is contained in:
Raboneko
2025-04-21 01:41:44 -07:00
committed by GitHub
parent 35a60038f7
commit d7f93eac0b
+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