mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-06 03:07:54 +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
|