Skip to content

Commit

Permalink
fine tunning app installation method names
Browse files Browse the repository at this point in the history
  • Loading branch information
José Redrejo committed Oct 18, 2021
1 parent 5d0b452 commit 73d4185
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kolibri/utils/constants/installation_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from __future__ import unicode_literals

APK = "apk"
APT = "apt"
DEB = "deb"
KOLIBRI_SERVER = "kolibri-server"
MACOS = "Mac"
PEX = "pex"
Expand All @@ -14,10 +14,10 @@

install_type_map = {
APK: "APK",
APT: "APT - Debian package",
KOLIBRI_SERVER: "kolibri(apt) with kolibri_server",
MACOS: "MacOS Installer",
PEX: "PEX file",
DEB: "Debian package",
KOLIBRI_SERVER: "kolibri Debian package with kolibri_server",
MACOS: "macOS desktop app",
PEX: "PEX executable",
UWSGI: "UWSGI process",
WHL: "WHL Python package",
WINDOWS: "Windows Installer",
Expand Down

0 comments on commit 73d4185

Please sign in to comment.