Skip to content

Commit 96222a6

Browse files
committed
Enable preview generation by backend. Closes #9436. Thanks Britney!
1 parent 24b46ab commit 96222a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OSX/build/osx-packager.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@ END
11951195

11961196
# The backend gets all the useful binaries it might call:
11971197
foreach my $binary ( 'mythjobqueue', 'mythcommflag',
1198-
'mythtranscode', 'mythfilldatabase' )
1198+
'mythpreviewgen', 'mythtranscode', 'mythfilldatabase' )
11991199
{
12001200
my $SRC = "$PREFIX/bin/$binary";
12011201
if ( -e $SRC )

0 commit comments

Comments
 (0)