diff options
author | Indrajith K L | 2022-06-13 01:27:51 +0530 |
---|---|---|
committer | Indrajith K L | 2022-06-13 01:27:51 +0530 |
commit | ed5a000e84217d36d942080a4154bd7d6c260b08 (patch) | |
tree | 3f72591e384f7744f31b4536389ef7f6b8318257 /release.ps1 | |
parent | aefec38767c798ad3c8ec8bdc224ddd53bf886c8 (diff) | |
download | dialog-starter-ed5a000e84217d36d942080a4154bd7d6c260b08.tar.gz dialog-starter-ed5a000e84217d36d942080a4154bd7d6c260b08.tar.bz2 dialog-starter-ed5a000e84217d36d942080a4154bd7d6c260b08.zip |
* Release Command Changes
* Embedded a cover image utilizing embedded resource feature
Diffstat (limited to 'release.ps1')
-rw-r--r-- | release.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release.ps1 b/release.ps1 index f79cea5..7f4b4f6 100644 --- a/release.ps1 +++ b/release.ps1 @@ -3,5 +3,5 @@ if (Test-Path -Path $Folder){ Remove-Item -LiteralPath .\game\ -Force -Recurse } -dialogc -t aa story.dg stdlib.dg +dialogc -t aa story.dg stdlib.dg -c .\cover.png -a "The Game" aambundle -o game story.aastory |