vendor: import KillerPDF 1.7.5 source (GPL-3.0) as the base for MMD PDF
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
$ErrorActionPreference = 'Stop'
|
||||
|
||||
$installDir = Join-Path $env:ProgramFiles 'KillerPDF'
|
||||
if (Test-Path $installDir) { Remove-Item $installDir -Recurse -Force }
|
||||
|
||||
$startMenuPath = Join-Path $env:ProgramData 'Microsoft\Windows\Start Menu\Programs\KillerPDF.lnk'
|
||||
if (Test-Path $startMenuPath) { Remove-Item $startMenuPath -Force }
|
||||
Reference in New Issue
Block a user