Compare commits

..

5 Commits
v0.1.4 ... main

Author SHA1 Message Date
4f95b6b274 Update README.md 2026-03-01 23:29:40 +03:00
44ef968105 bump manifest tag 2026-03-01 23:17:22 +03:00
79d87ca7b3 fix: force white text, just realized light mode is broken 2026-03-01 23:16:01 +03:00
eafff31a99 add distribution info 2026-03-01 20:27:50 +03:00
8c9488cfef bump manifest tag 2026-03-01 20:21:09 +03:00
3 changed files with 14 additions and 2 deletions

View File

@ -53,3 +53,14 @@ Run dev build: `GSETTINGS_SCHEMA_DIR=./builddir/data ./builddir/src/moemoji`
`flatpak-builder --force-clean --user --install .flatpak-build jp.angeltech.MoeMoji.json`
`flatpak run jp.angeltech.MoeMoji`
# Creating a distributable package
`flatpak-builder build/ jp.angeltech.MoeMoji.json`
`flatpak build-export export build`
`flatpak build-bundle export moemoji.flatpak jp.angeltech.MoeMoji.json`
## Local manifest
If you want to test local changes to the source code, you should build with `dev.jp.angeltech.MoeMoji.json` manifest instead, as main manifest pulls a tarball from the remote source.

View File

@ -17,8 +17,8 @@
"sources": [
{
"type": "archive",
"url": "https://gitea.angeltech.jp/Angel-Technologies/MoeMoji/archive/v0.1.3.tar.gz",
"sha256": "b3942dfa69c85dade533e3db5bb26bf82bf165ae396038de9f9038e8a7e63a8a"
"url": "https://gitea.angeltech.jp/Angel-Technologies/MoeMoji/archive/v0.1.5.tar.gz",
"sha256": "76e1821051b45625a380f9b079c1be83531fa5d509e8eee5b3f41fa98dc57233"
}
]
}

View File

@ -34,6 +34,7 @@
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/jp/angeltech/MoeMoji/wp.png");
background-size: cover;
background-color: transparent;
color: white;
}
wallpaper-bg > * {