Skip to content

Commit

Permalink
fixed stupid mistake - compile time save directory includes username,…
Browse files Browse the repository at this point in the history
… which makes the executable non-distributable
  • Loading branch information
nirokay committed May 13, 2024
1 parent 2e04902 commit 23af70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/properties.nim
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const
# Files:
# =============================================================================

const
let
saveDirectory*: string = getDataDir() / "nirokay" / gameName.toLower()
saveFileHighscore*: string = saveDirectory / "highscore.dat"

Expand Down

0 comments on commit 23af70b

Please sign in to comment.