]> granicus.if.org Git - handbrake/commitdiff
flatpak: uses fr.handbrake.ghb app id consistently
authorJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 5 Jun 2018 15:08:24 +0000 (08:08 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 5 Jun 2018 15:08:24 +0000 (08:08 -0700)
pkg/linux/module.rules

index 1e065f338fb8d9ff4352c9c7cce4529bc9eef303..757698687cb8f7e981ac599b5cfd0ac5d42cd5d8 100644 (file)
@@ -76,8 +76,8 @@ $(PKG.gui.flatpak): GNUmakefile $(PKG.src.flatpak) $(PKG.contrib.flatpak)
        # Relative paths in the manifest are relative to the location
        # of the manifest.  So put it where we have staged the files that
        # it needs.
-       $(CP.exe) $(PKG.gui.manifest.flatpak) $(STAGE.out.flatpak/)fr.handbrake.gui.json
-       flatpak-builder --force-clean $(PGPSIGN) --repo=$(PKG.repo.flatpak) $(PKG.gui.build.flatpak) $(STAGE.out.flatpak/)fr.handbrake.gui.json
+       $(CP.exe) $(PKG.gui.manifest.flatpak) $(STAGE.out.flatpak/)fr.handbrake.ghb.json
+       flatpak-builder --force-clean $(PGPSIGN) --repo=$(PKG.repo.flatpak) $(PKG.gui.build.flatpak) $(STAGE.out.flatpak/)fr.handbrake.ghb.json
        flatpak build-bundle $(PKG.repo.flatpak) $(PKG.gui.flatpak) fr.handbrake.ghb
 
 $(PKG.cli.flatpak): GNUmakefile $(PKG.src.flatpak) $(PKG.contrib.flatpak)