Skip to content

Commit

Permalink
Removed AHK dependency
Browse files Browse the repository at this point in the history
AHK is not needed by using a (strange) switch.  Now this package is
totally silent.
  • Loading branch information
teknowledgist committed Aug 1, 2017
1 parent 2437a59 commit b3e787f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
12 changes: 7 additions & 5 deletions googleearthpro/googleearthpro.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,18 @@
<iconUrl>https://cdn.rawgit.com/aronovgj/chocolatey/4b19b72cdcde1babe693bafea0a0e8fa06b9a66f/icons/googleearthpro.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Google Earth lets you fly anywhere on Earth to view satellite imagery, maps, terrain, 3D buildings, from galaxies in outer space to the canyons of the ocean.
Key:
Key:
`GEPFREE`
</description>
</description>
<summary>Google Earth lets you fly anywhere on Earth to view satellite imagery, maps, terrain, 3D buildings, from galaxies in outer space to the canyons of the ocean.</summary>
<copyright>©2015 Google</copyright>
<dependencies>
<dependency id="autohotkey.portable" />
</dependencies>
<packageSourceUrl>https://github.com/aronovgj/choco-auto</packageSourceUrl>
<packageSourceUrl>https://github.com/aronovgj/choco-auto</packageSourceUrl>
<tags>google earth navigation geographic mapping admin</tags>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>
5 changes: 0 additions & 5 deletions googleearthpro/tools/button.ahk

This file was deleted.

3 changes: 1 addition & 2 deletions googleearthpro/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ $ahkFile = "$toolsDir\button.ahk"
$packageArgs = @{
packageName = $packageName
fileType = 'EXE'
silentArgs = ''
silentArgs = 'OMAHA=1'
url = $url
checksum = '{{checksum}}'
ChecksumType = 'sha256'
}

Start-Process 'AutoHotkey' $ahkFile
Install-ChocolateyPackage @packageArgs

0 comments on commit b3e787f

Please sign in to comment.