From b1bda8a604cb5c917d7325ef49af8372dc9e3f0a Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Fri, 31 Oct 2025 15:26:14 +0800 Subject: [PATCH] chore(ci): fix flatpak build --- apps/stage-tamagotchi/ai.moeru.airi.flatpak.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/stage-tamagotchi/ai.moeru.airi.flatpak.yml b/apps/stage-tamagotchi/ai.moeru.airi.flatpak.yml index 7098f665e..c8f9c33fd 100644 --- a/apps/stage-tamagotchi/ai.moeru.airi.flatpak.yml +++ b/apps/stage-tamagotchi/ai.moeru.airi.flatpak.yml @@ -33,7 +33,7 @@ modules: - cp -r ./* /app/bin/airi/ - install airi.sh /app/bin/airi.sh - chmod +x /app/bin/airi/airi.sh - - chmod +x /app/bin/airi/AIRI + - chmod +x /app/bin/airi/airi sources: - type: dir only-arches: [x86_64] @@ -73,4 +73,4 @@ modules: commands: - ulimit -c 0 - export TMPDIR="$XDG_RUNTIME_DIR/app/$FLATPAK_ID" - - exec zypak-wrapper /app/bin/airi/AIRI "$@" + - exec zypak-wrapper /app/bin/airi/airi "$@"