Skip to content

Commit

Permalink
glad i test it...
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Jun 4, 2024
1 parent cc67cdd commit 7b737a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion porcupine/dirs_.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

elif sys.platform == "darwin":
config_dir = Path("~/Library/Application Support/Porcupine").expanduser()
cache_dir = Path("~/Caches/Porcupine").expanduser()
cache_dir = Path("~/Library/Caches/Porcupine").expanduser()
log_dir = Path("~/Library/Logs/Porcupine").expanduser()

else:
Expand Down

0 comments on commit 7b737a3

Please sign in to comment.