Skip to content

Commit

Permalink
Update: 試験的に Linux AppImage ビルドを有効化
Browse files Browse the repository at this point in the history
動くかはわからん
  • Loading branch information
tsukumijima committed Dec 2, 2024
1 parent 5fbafcb commit e3c5fe0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,17 @@ jobs:
macos_artifact_name: "AivisSpeech-macOS-arm64-${version}.${ext}"
os: macos-14
# Linux x64
# - artifact_name: linux-x64-prepackage
# artifact_path: dist_electron/linux-unpacked
# aivisspeech_engine_asset_name: Linux-x64
# package_name: AivisSpeech
# compressed_artifact_name: AivisSpeech-Linux-x64
# app_asar_dir: prepackage/resources
# installer_artifact_name: linux-x64-appimage
# linux_artifact_name: "AivisSpeech.${ext}"
# linux_executable_name: AivisSpeech
# linux_appimage_7z_name: AivisSpeech.AppImage
# os: ubuntu-20.04
- artifact_name: linux-x64-prepackage
artifact_path: dist_electron/linux-unpacked
aivisspeech_engine_asset_name: Linux-x64
package_name: AivisSpeech
compressed_artifact_name: AivisSpeech-Linux-x64
app_asar_dir: prepackage/resources
installer_artifact_name: linux-x64-appimage
linux_artifact_name: "AivisSpeech.${ext}"
linux_executable_name: AivisSpeech
linux_appimage_7z_name: AivisSpeech.AppImage
os: ubuntu-20.04

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit e3c5fe0

Please sign in to comment.