Skip to content

Commit

Permalink
Fix Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
atilaneves committed Jun 24, 2024
1 parent 962ad74 commit 8069f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payload/reggae/rules/dub/external.d
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ private struct DubPathDependency {
import std.path: buildPath;

version(Windows)
const root = buildPath(environment["APPDATA"], "dub");
const root = buildPath(environment["LOCALAPPDATA"], "dub");
else
const root = buildPath(environment["HOME"], ".dub");

Expand Down

0 comments on commit 8069f20

Please sign in to comment.