Fix: voicevox (#3593) (#3728)

Signed-off-by: Gilver <rockgrub@disroot.org>
(cherry picked from commit e47c4aa533)

Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-03-03 16:52:28 -08:00
committed by GitHub
parent bef9e173e5
commit 06740895d9
+3 -3
View File
@@ -5,7 +5,7 @@
%define __strip /bin/true
# do not perform compression in cpio
%define _source_payload w0.ufdio
%define _source_payload w19.zstdio
%define _binary_payload w19.zstdio
# Exclude private libraries
@@ -14,7 +14,7 @@
Name: voicevox
Version: 0.23.0
Release: 1%?dist
Release: 2%?dist
Summary: Free Japanese text-to-speech editor
License: LGPL-3.0
URL: https://voicevox.hiroshiba.jp
@@ -52,7 +52,7 @@ sed -i "s|Exec=.*|Exec=/usr/share/voicevox/VOICEVOX.AppImage|" squashfs-root/voi
%install
install -Dm755 VOICEVOX.AppImage %buildroot%_datadir/voicevox/VOICEVOX.AppImage
install -Dm755 voicevox.sh %buildroot%_bindir/voicevox
install -Dm644 squashfs-root%_iconsdir/hicolor/0x0/apps/voicevox.png %buildroot%_iconsdir/hicolor/256x256/apps/voicevox.png
install -Dm644 squashfs-root%_iconsdir/hicolor/256x256/apps/voicevox.png %buildroot%_iconsdir/hicolor/256x256/apps/voicevox.png
install -Dm644 squashfs-root/voicevox.desktop %buildroot%_datadir/applications/voicevox.desktop
%files