Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
majkinetor committed Sep 30, 2019
2 parents e0f60e4 + 4d65440 commit b755519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions automatic/inkscape/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Get-ChildItem $toolsPath\*.msi | ForEach-Object { Remove-Item $_ -ea 0; if (Test
$packageName = $packageArgs.packageName
$installLocation = Get-AppInstallLocation $packageArgs['softwareName']
if ($installLocation) {
Install-BinFile 'inkscape' $installLocation\inkscape.exe
Write-Host "$packageName installed to '$installLocation'"
}
else { Write-Warning "Can't find $PackageName install location" }
1 change: 1 addition & 0 deletions automatic/inkscape/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Uninstall-BinFile 'inkscape'

0 comments on commit b755519

Please sign in to comment.