mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 19:49:15 +08:00
4 lines
157 B
PowerShell
4 lines
157 B
PowerShell
$root = (split-path -parent $MyInvocation.MyCommand.Definition) + '\..\..'
|
|
|
|
& $root\Deploy\Installer\InnoSetup\ISCC.exe $root\Deploy\Installer\Installer.iss
|