fix: Include Deps from Flathub
This commit is contained in:
		@@ -6,7 +6,7 @@ flatpak:master:
 | 
				
			|||||||
  stage: build-flatpak
 | 
					  stage: build-flatpak
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
 | 
					    - flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
 | 
				
			||||||
    - flatpak-builder --stop-at=popcorntime app sh.popcorntime.PopcornTime.yml
 | 
					    - flatpak-builder --install-deps-from=flathub --stop-at=popcorntime app sh.popcorntime.PopcornTime.yml
 | 
				
			||||||
    - flatpak-builder --finish-only --repo=repo app sh.popcorntime.PopcornTime.yml
 | 
					    - flatpak-builder --finish-only --repo=repo app sh.popcorntime.PopcornTime.yml
 | 
				
			||||||
    - flatpak build-bundle repo PopcornTime.flatpak --runtime-repo=https://dl.flathub.org/repo/flathub.flatpakrepo sh.popcorntime.PopcornTime
 | 
					    - flatpak build-bundle repo PopcornTime.flatpak --runtime-repo=https://dl.flathub.org/repo/flathub.flatpakrepo sh.popcorntime.PopcornTime
 | 
				
			||||||
  artifacts:
 | 
					  artifacts:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user