Skip to content

Commit

Permalink
dont hardcode user dir for save path
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Jan 27, 2017
1 parent 46cdc15 commit 1b7c8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GwentTracker/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</configSections>
<appSettings>
<add key="texturePath" value="https://rfvgyhn.blob.core.windows.net/gwent/{0}.png"/>
<add key="defaultSavePath" value="D:\Users\Chris\Documents\The Witcher 3\gamesaves"/>
<add key="defaultSavePath" value="%USERPROFILE%\Documents\The Witcher 3\gamesaves"/>
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
Expand Down

0 comments on commit 1b7c8c5

Please sign in to comment.