Skip to content

Commit

Permalink
CHANGE pdx name to use project name
Browse files Browse the repository at this point in the history
  • Loading branch information
ninovanhooff committed Feb 20, 2024
1 parent f664dda commit f41b029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playdate/build/utils.nim
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ proc nimble*(args: varargs[string]) =

proc pdxName*(): string =
## The name of the pdx file to generate
"playdate" & ".pdx"
projectName() & ".pdx"

proc sdkPath*(): string =
## Returns the path of the playdate SDK
Expand Down

0 comments on commit f41b029

Please sign in to comment.