diff --git a/h2mm b/h2mm index c075517..dcc8e5a 100755 --- a/h2mm +++ b/h2mm @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="0.3.3" +VERSION="0.3.4" # --- Globals --- @@ -113,6 +113,7 @@ function find_game_directory() { fi # save path + mkdir -p "$(dirname "$H2PATH")" echo "$game_dir" > "$H2PATH" [[ $? -ne 0 ]] && { echo -e "${RED}Error${NC}: Could not save game directory." >&2; exit 1; } diff --git a/version b/version index 87a0871..448a0fa 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.3.3 \ No newline at end of file +0.3.4 \ No newline at end of file