Skip to content

Commit 9e817d4

Browse files
committed
fix: update flatpak-node-generator installation to use git repository
1 parent 1ad04fc commit 9e817d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- run: npm run icons
5050
- name: Regenerate flatpak-node sources
5151
run: |
52-
pipx install flatpak-node-generator
52+
pipx install git+https://github.com/flatpak/flatpak-builder-tools.git#subdirectory=node
5353
flatpak-node-generator npm package-lock.json -o flatpak/generated-sources.json
5454
- run: flatpak-builder --force-clean --repo=repo build-dir flatpak/com.besoeasy.gupt.dev.yaml
5555
- run: flatpak build-bundle repo "${{ needs.prepare-release.outputs.flatpak_bundle }}" com.besoeasy.gupt --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo

0 commit comments

Comments
 (0)