Fix flathub pipeline

This commit is contained in:
Bernd Schoolmann 2024-05-04 02:52:17 +02:00
parent c6c0257bbc
commit 975bd2ef5c
No known key found for this signature in database

View File

@ -32,7 +32,7 @@ modules:
- type: git - type: git
url: https://gitlab.gnome.org/jwestman/blueprint-compiler url: https://gitlab.gnome.org/jwestman/blueprint-compiler
tag: v0.12.0 tag: v0.12.0
- ./gui/python3-requirements.json - ../gui/python3-requirements.json
- name: goldwarden-python-ui - name: goldwarden-python-ui
buildsystem: simple buildsystem: simple
build-commands: build-commands:
@ -45,7 +45,7 @@ modules:
- blueprint-compiler batch-compile /app/bin/src/gui/.templates/ /app/bin/src/gui/ /app/bin/src/gui/*.blp - blueprint-compiler batch-compile /app/bin/src/gui/.templates/ /app/bin/src/gui/ /app/bin/src/gui/*.blp
sources: sources:
- type: dir - type: dir
path: ./ path: ../gui/
- name: goldwarden-core-daemon - name: goldwarden-core-daemon
buildsystem: simple buildsystem: simple
build-commands: build-commands: