Compare commits

..

No commits in common. "main" and "v0.1.5" have entirely different histories.
main ... v0.1.5

2 changed files with 2 additions and 6 deletions

View File

@ -60,7 +60,3 @@ 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.

View File

@ -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.4.tar.gz",
"sha256": "76e1821051b45625a380f9b079c1be83531fa5d509e8eee5b3f41fa98dc57233" "sha256": "107383ccfbdb4374151204d295c613be076e396543888c83d871502630ec7331"
} }
] ]
} }