(Create Windows installer #53) ([ui] UI console window should close after launch #51)

This commit is contained in:
2025-07-29 14:11:51 -05:00
parent 7d06fb5617
commit e02eebba99
6 changed files with 87 additions and 41 deletions

View File

@@ -42,6 +42,7 @@ inline const option get_directory_items_option = {"-gdi",
inline const option get_pinned_files_option = {"-gpf", "--get_pinned_files"};
inline const option help_option = {"-h", "--help"};
inline const option hidden_option = {"-hidden", "--hidden"};
inline const option launch_only_option = {"-lo", "--launch_only"};
inline const option open_files_option = {"-of", "--open_files"};
inline const option pin_file_option = {"-pf", "--pin_file"};
inline const option pinned_status_option = {"-ps", "--pinned_status"};
@@ -71,6 +72,7 @@ inline const std::vector<option> option_list = {
get_pinned_files_option,
help_option,
hidden_option,
launch_only_option,
open_files_option,
password_option,
pin_file_option,