Skip to content

Commit

Permalink
Build org.endlessos.Key.Devel
Browse files Browse the repository at this point in the history
Make the development flatpak build as org.endlessos.Key.Devel.

Including modification
- ("Add github workflow to lint and build flatpak bundle")
  from Dan Nicholson

Fixes: #7
  • Loading branch information
starnight committed Aug 31, 2023
1 parent 0621d2b commit 40e5ab7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ jobs:
run: |
xvfb-run --auto-servernum -- \
flatpak-builder --user --install-deps-from=flathub --repo _repo _flatpak \
build-aux/flatpak/org.learningequality.Kolibri.Devel.json
build-aux/flatpak/org.endlessos.Key.Devel.json
- name: Create flatpak bundle
run: |
flatpak build-bundle _repo org.learningequality.Kolibri.Devel.flatpak org.learningequality.Kolibri.Devel
flatpak build-bundle _repo endless-key-devel.flatpak org.endlessos.Key.Devel
- name: Upload flatpak bundle
uses: actions/upload-artifact@v3
with:
name: flatpak
path: org.learningequality.Kolibri.Devel.flatpak
path: endless-key-devel.flatpak
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"app-id" : "org.learningequality.Kolibri.Devel",
"app-id" : "org.endlessos.Key.Devel",
"runtime" : "org.gnome.Platform",
"runtime-version" : "44",
"sdk" : "org.gnome.Sdk",
Expand All @@ -13,8 +13,8 @@
"--socket=pulseaudio",
"--socket=wayland",
"--socket=x11",
"--system-talk-name=org.learningequality.Kolibri.Devel.Daemon",
"--env=KOLIBRI_HOME=~/.var/app/org.learningequality.Kolibri.Devel/data/kolibri",
"--system-talk-name=org.endlessos.Key.Devel.Daemon",
"--env=KOLIBRI_HOME=~/.var/app/org.endlessos.Key.Devel/data/kolibri",
"--env=KOLIBRI_HTTP_PORT=0",
"--env=PYTHONPATH=/app/kolibri-plugins/lib/python"
],
Expand Down Expand Up @@ -66,8 +66,8 @@
"sources" : [
{
"type" : "git",
"url" : "https://github.com/learningequality/kolibri-installer-gnome.git",
"branch" : "master"
"url" : "https://github.com/endlessm/endless-key-flatpak.git",
"branch" : "main"
}
]
}
Expand Down

0 comments on commit 40e5ab7

Please sign in to comment.