#!/bin/bash
source ./scripts/make/constants

printf "Gathering MMPM GUI Static Files\n"

log_notice

log_action "Gathering MMPM GUI Files"

log_and_eval "wget https://github.com/Bee-Mar/mmpm/releases/download/$MMPM_LATEST_VERSION/mmpm-gui-$MMPM_LATEST_VERSION.tar.gz"

log_action "MMPM GUI Static Files Retrieved"
