radj307 / ARRCON

Lightweight Source RCON client that works on Windows, macOS, & Linux.
GNU General Public License v3.0
187 stars 10 forks source link

[BUG] write-ini fails when ~/.config/ARRCON directory doesn't exist #8

Closed radj307 closed 2 years ago

radj307 commented 2 years ago

# System Information

# Bug Description

The program does not create the ~/.config/ARRCON directory when calling write-ini.
Since this directory never exists by default, the program should create any parent directories before attempting to write the config file.

# Reproduction Steps

  1. Make sure the ~/.config/ARRCON directory doesn't exist
  2. Use the ARRCON --write-ini command
radj307 commented 2 years ago

fixed in 3.2.15 (3e01ea1)