7 lines
176 B
PowerShell
7 lines
176 B
PowerShell
$ErrorActionPreference = "Stop"
|
|
|
|
$ScriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path
|
|
Set-Location $ScriptDir
|
|
|
|
python -m PyInstaller .\vrc_osc.spec --noconfirm --clean
|