This commit is contained in:
Priec
2026-09-02 14:06:53 +02:00
parent 6f37284f8c
commit 914f3fce42
2 changed files with 4 additions and 4 deletions

View File

@@ -93,9 +93,9 @@ modules:
sha256: 7d214bfeffc2e585dc422d1a09d2b144969421281e8c7f5d784b65fc69b5673f
dest: typst-source
build-commands:
- install -Dm755 protoc-source/bin/protoc /app/bin/protoc
- install -Dm755 protoc-source/protoc /app/bin/protoc
- install -d /app/include
- cp -a protoc-source/include/. /app/include/
- cp -a protoc-source/google /app/include/
- mkdir -p "$HOME/.theseus/postgresql"
- cp postgresql-cache/postgresql-17.10.0-x86_64-unknown-linux-gnu.tar.gz "$HOME/.theseus/postgresql/"
- cargo build --locked --release --package server --features full-embed
@@ -104,7 +104,7 @@ modules:
- install -Dm755 /run/build/komp-ac/target/server/release/server /app/bin/komp-ac-server
- install -Dm755 /run/build/komp-ac/target/gui/release/client-gui2 /app/bin/client-gui2
- install -Dm755 packaging/flatpak/launcher.sh /app/bin/komp-ac
- install -Dm755 typst-source/typst-x86_64-unknown-linux-musl/typst /app/bin/typst
- install -Dm755 typst-source/typst /app/bin/typst
- install -d /app/lib/komp_ac/themes
- cp -a client/runtime/themes/. /app/lib/komp_ac/themes/
- install -Dm644 packaging/flatpak/com.kompac.client.desktop /app/share/applications/com.kompac.client.desktop