Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f787f5ab94 | ||
|
|
7e401da53d | ||
|
|
dd17d45fc8 | ||
|
|
001271e3d1 |
@@ -4,7 +4,7 @@ Kaomoji picker. Browse a library of Japanese emoticons, click to copy, add your
|
|||||||

|

|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
1. Download .flatpak file from Releases: https://gitea.angeltech.jp/Angel-Technologies/MoeMoji/releases/
|
1. Download .flatpak file from Releases: https://git.acid.im/Angel-Technologies/MoeMoji/releases/
|
||||||
2. Install with `flatpak install ./moemoji.flatpak`
|
2. Install with `flatpak install ./moemoji.flatpak`
|
||||||
|
|
||||||
## Global shortcut
|
## Global shortcut
|
||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type": "archive",
|
"type": "archive",
|
||||||
"url": "https://gitea.angeltech.jp/Angel-Technologies/MoeMoji/archive/v0.3.3.tar.gz",
|
"url": "https://git.acid.im/Angel-Technologies/moemoji/archive/konata-03.tar.gz",
|
||||||
"sha256": "3a002f44bd571f5f5e9f1be0abf9c2395bc14ff831531b3939a71524323cc576"
|
"sha256": "37ee735bb96b7f640c2685e5390d2ac85f5f6a2ec88a362965ed80701425fe32"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user