Skip to content

Commit

Permalink
Fix: 細かな修正
Browse files Browse the repository at this point in the history
インストーラーは動くか分からないが、AppImage にパッケージングされていれば起動自体はできるはず
  • Loading branch information
tsukumijima committed Dec 2, 2024
1 parent e3c5fe0 commit 905b235
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
package_name: AivisSpeech
compressed_artifact_name: AivisSpeech-Linux-x64
app_asar_dir: prepackage/resources
installer_artifact_name: linux-x64-appimage
installer_artifact_name: AivisSpeech.AppImage
linux_artifact_name: "AivisSpeech.${ext}"
linux_executable_name: AivisSpeech
linux_appimage_7z_name: AivisSpeech.AppImage
Expand Down
4 changes: 2 additions & 2 deletions build/installer_linux.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# AivisSpeech Installer Script
# AivisSpeech Installer Script (unmaintained)

# set -x # Debug mode: output verbose log
set -euo pipefail
Expand All @@ -25,7 +25,7 @@ cat << 'BANNER'
+-+-+-+-+-+-+-+-+-+
BANNER

NAME=$(basename "${NAME:-linux-nvidia-appimage}")
NAME=$(basename "${NAME:-AivisSpeech.AppImage}")
VERSION=$(basename "${VERSION:-}")
REPO_URL=${REPO_URL:-https://github.com/Aivis-Project/AivisSpeech}

Expand Down

0 comments on commit 905b235

Please sign in to comment.