9 lines
214 B
PowerShell
9 lines
214 B
PowerShell
|
|
@{
|
|||
|
|
Assets = @{
|
|||
|
|
# Specify filename of the banner (Classic-only).
|
|||
|
|
Banner = '..\Assets\Banner.Classic.png'
|
|||
|
|
|
|||
|
|
# Specify filename of the logo.
|
|||
|
|
Logo = '..\Assets\AppIcon.png'
|
|||
|
|
}
|
|||
|
|
}
|