Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f95b6b274 | |||
| 44ef968105 | |||
| 79d87ca7b3 |
@ -60,3 +60,7 @@ Run dev build: `GSETTINGS_SCHEMA_DIR=./builddir/data ./builddir/src/moemoji`
|
|||||||
`flatpak build-export export build`
|
`flatpak build-export export build`
|
||||||
`flatpak build-bundle export moemoji.flatpak jp.angeltech.MoeMoji.json`
|
`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.4.tar.gz",
|
"url": "https://gitea.angeltech.jp/Angel-Technologies/MoeMoji/archive/v0.1.5.tar.gz",
|
||||||
"sha256": "107383ccfbdb4374151204d295c613be076e396543888c83d871502630ec7331"
|
"sha256": "76e1821051b45625a380f9b079c1be83531fa5d509e8eee5b3f41fa98dc57233"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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-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