feat: version select on startup (#499)

This commit is contained in:
dw-0
2024-08-17 18:50:43 +02:00
committed by GitHub
parent 9b2960594e
commit 660481af5a
15 changed files with 533 additions and 129 deletions

View File

@@ -87,4 +87,9 @@ function set_globals() {
OCTOAPP_ENV="${HOME}/octoapp-env"
OCTOAPP_DIR="${HOME}/octoapp"
OCTOAPP_REPO="https://github.com/crysxd/OctoApp-Plugin.git"
#=============== Spoolman ================#
SPOOLMAN_DIR="${HOME}/Spoolman"
SPOOLMAN_DB_DIR="${HOME}/.local/share/spoolman"
SPOOLMAN_REPO="https://api.github.com/repos/Donkie/Spoolman/releases/latest"
}