Files
dialog-starter/release.ps1
Indrajith K L aefec38767 Initial Commit
* Adds Working Example
* Adds release scripts
2022-06-12 22:42:24 +05:30

8 lines
171 B
PowerShell

$Folder = ".\game\"
if (Test-Path -Path $Folder){
Remove-Item -LiteralPath .\game\ -Force -Recurse
}
dialogc -t aa story.dg stdlib.dg
aambundle -o game story.aastory