Update build instructions

This commit is contained in:
2026-09-06 01:28:58 +03:00
parent 001271e3d1
commit dd17d45fc8
+3 -4
View File
@@ -49,16 +49,15 @@ You can add large ASCII text files or any text you want; the app handles multili
Run dev build: `GSETTINGS_SCHEMA_DIR=./builddir/data ./builddir/src/moemoji` Run dev build: `GSETTINGS_SCHEMA_DIR=./builddir/data ./builddir/src/moemoji`
# Flatpak packaging # Build and install locally
`flatpak-builder --force-clean --user --install .flatpak-build jp.angeltech.MoeMoji.json` `flatpak-builder --force-clean --user --install .flatpak-build jp.angeltech.MoeMoji.json`
`flatpak run jp.angeltech.MoeMoji` `flatpak run jp.angeltech.MoeMoji`
# Creating a distributable package # Creating a distributable package
`flatpak-builder build/ jp.angeltech.MoeMoji.json` `flatpak-builder --force-clean --repo=export-clean build-clean jp.angeltech.MoeMoji.json`
`flatpak build-export export build` `flatpak build-bundle export-clean moemoji.flatpak jp.angeltech.MoeMoji`
`flatpak build-bundle export moemoji.flatpak jp.angeltech.MoeMoji.json`
## Local manifest ## Local manifest