Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmann committed Oct 5, 2022
1 parent 08b814f commit a306737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/mytoken/mytokenUtils.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ const char* _mytoken_user_base = NULL;
#define _MYTOKEN_USER_BASE_DOT "~/.mytoken/"
#define _MYTOKEN_GLOBAL_BASE "/etc/mytoken/"
#else
#define AGENTDIR_LOCATION_CONFIG "$LOCALAPPDATA/mytoken/"
#define AGENTDIR_LOCATION_DOT "$USERPROFILE/Documents/mytoken/"
#define _MYTOKEN_USER_BASE_CONF "$LOCALAPPDATA/mytoken/"
#define _MYTOKEN_USER_BASE_DOT "$USERPROFILE/Documents/mytoken/"
// global base dir is defined in settings.c
#include "defines/settings.h"
#endif
Expand Down

0 comments on commit a306737

Please sign in to comment.