Files
dialog-starter/release.ps1
Indrajith K L ed5a000e84 Adds Cover Image
* Release Command Changes
* Embedded a cover image utilizing embedded resource feature
2022-06-13 01:27:51 +05:30

8 lines
200 B
PowerShell

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