Skip to content

Commit

Permalink
Add a shapes example debug task
Browse files Browse the repository at this point in the history
  • Loading branch information
chances committed Feb 24, 2024
1 parent c925067 commit df81f95
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .nova/Tasks/Shapes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"actions" : {
"build" : {
"postActions" : [
{
"sound" : "Funk",
"type" : "sound"
}
],
"preActions" : [
{
"script" : "#!\/bin\/sh\nsource ~\/dlang\/ldc-1.36.0\/activate\ndub build playdate:shapes",
"type" : "runScript"
}
]
}
},
"extension" : {
"identifier" : "com.panic.Playdate",
"name" : "Playdate"
},
"extensionTemplate" : "simulator",
"extensionValues" : {
"playdate.build-type" : "pdc",
"playdate.main-path" : "examples\/shapes\/dist",
"playdate.output-path" : "examples\/shapes",
"playdate.product-name" : "app"
},
"openLogOnRun" : "fail"
}

0 comments on commit df81f95

Please sign in to comment.