fix: use correct Spoolman directory name (#486)

This commit is contained in:
breakheart
2024-06-28 23:46:19 +08:00
committed by GitHub
parent 7993b98ee1
commit bce92001a6

View File

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