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
Make sure the ~/.config/ARRCON directory doesn't exist
# 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
~/.config/ARRCON
directory doesn't existARRCON --write-ini
command