Compare commits
No commits in common. "main" and "v0.1.4" have entirely different histories.
11
README.md
11
README.md
@ -53,14 +53,3 @@ Run dev build: `GSETTINGS_SCHEMA_DIR=./builddir/data ./builddir/src/moemoji`
|
|||||||
|
|
||||||
`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
|
|
||||||
|
|
||||||
`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.
|
|
||||||
|
|
||||||
|
|||||||
@ -17,8 +17,8 @@
|
|||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type": "archive",
|
"type": "archive",
|
||||||
"url": "https://gitea.angeltech.jp/Angel-Technologies/MoeMoji/archive/v0.1.5.tar.gz",
|
"url": "https://gitea.angeltech.jp/Angel-Technologies/MoeMoji/archive/v0.1.3.tar.gz",
|
||||||
"sha256": "76e1821051b45625a380f9b079c1be83531fa5d509e8eee5b3f41fa98dc57233"
|
"sha256": "b3942dfa69c85dade533e3db5bb26bf82bf165ae396038de9f9038e8a7e63a8a"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -34,7 +34,6 @@
|
|||||||
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/jp/angeltech/MoeMoji/wp.png");
|
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-size: cover;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: white;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
wallpaper-bg > * {
|
wallpaper-bg > * {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user