Skip to content

Commit

Permalink
Use a custom URI prefix for Endless Key
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmccall committed Nov 24, 2023
1 parent e699a34 commit 213a528
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build-aux/flatpak/org.endlessos.Key.Devel.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"-Dprofile=development",
"-Dbase_application_id=org.endlessos.Key",
"-Dbase_object_path=/org/endlessos/Key",
"-Denv_prefix=ENDLESS_KEY_"
"-Denv_prefix=ENDLESS_KEY_",
"-Duri_prefix=x-endless-key"
],
"sources" : [
{
Expand Down
6 changes: 5 additions & 1 deletion data/metainfo/org.endlessos.Key.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,17 @@
</screenshot>
</screenshots>
<releases>
<release version="0.8+next" date="2023-11-13" type="development">
<release version="0.8+next" date="2023-11-23" type="development">
<description>
<ul>
<li>
Kolibri's debug mode can now be enabled with the
<code>KOLIBRI_DEBUG</code> environment variable.
</li>
<li>
The Endless Key app now uses its own set of URI schemes, so Kolibri
channel launchers will not try to open in Endless Key.
</li>
</ul>
</description>
</release>
Expand Down

0 comments on commit 213a528

Please sign in to comment.