summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre A. Gomes <andremegafone@gmail.com>2024-09-25 22:31:11 +0300
committerAndre A. Gomes <andremegafone@gmail.com>2024-09-27 14:11:41 +0300
commit6dd67313c1259285840d845f4d2faa22522ca94b (patch)
treee776268838f673928b2a8d93de0741ec1337509d
parent8a459c1148515a882c87e8ba994d3734fd5d660d (diff)
Move flatpak manifest to the root.
-rw-r--r--engineer.atlas.Nyxt.yaml (renamed from build-scripts/engineer.atlas.Nyxt.yaml)0
-rw-r--r--makefile2
2 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/engineer.atlas.Nyxt.yaml b/engineer.atlas.Nyxt.yaml
index a827f4c56..a827f4c56 100644
--- a/build-scripts/engineer.atlas.Nyxt.yaml
+++ b/engineer.atlas.Nyxt.yaml
diff --git a/makefile b/makefile
index 1da2d2e95..2c17427d5 100644
--- a/makefile
+++ b/makefile
@@ -78,7 +78,7 @@ clean: clean-submodules
FLATPAK_COMMAND = flatpak
FLATPAK_BUILDER = flatpak-builder
FLATPAK_APP_ID = engineer.atlas.Nyxt
-FLATPAK_MANIFEST := build-scripts/$(FLATPAK_APP_ID).yaml
+FLATPAK_MANIFEST := $(FLATPAK_APP_ID).yaml
FLATPAK_EXPORT_REPOSITORY = _build/nyxt-flatpak-repository
.PHONY: flatpak-build