We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9940321 commit f6cb3bbCopy full SHA for f6cb3bb
stackmuncher/src/config.rs
@@ -19,7 +19,7 @@ const CONFIG_FOLDER_NAME_DEBUG: &'static str = ".stm_config";
19
/// The location of user config and keys for signing STM Inbox messages: `~/.stm_config`
20
const CONFIG_FOLDER_NAME_LINUX: &'static str = ".stm_config";
21
/// This value is to be appended to the folder of %APPDATA%
22
-const CONFIG_FOLDER_NAME_WIN: &'static str = "stackmuncher/.stm_config";
+const CONFIG_FOLDER_NAME_WIN: &'static str = "stackmuncher\\.stm_config";
23
24
/// See HELP module for explanation of what different config flags and params do.
25
pub(crate) struct AppConfig {
0 commit comments