Skip to content

Commit

Permalink
AU: 1 updated - Executor
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Aug 24, 2020
1 parent 9604791 commit 0b75d5e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions automatic/Executor/Executor.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
<metadata>
<id>Executor</id>
<title>Executor</title>
<version>0.99.32-b</version>
<version>1.0.0</version>
<authors>Martin Bresson</authors>
<owners>H. Alan Stevens</owners>
<packageSourceUrl>https://github.com/alanstevens/ChocoPackages/tree/master/Executor</packageSourceUrl>
<owners>tunisiano</owners>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/Executor</packageSourceUrl>
<summary>Executor is a multi purpose launcher and windows run replacement.</summary>
<description>Executor is a multi purpose launcher and a more advanced and customizable version of windows run. The program originated as I was sick of spending too much time searching for programs through my ever growing windows start-menu, and also I missed a tool that could ease and optimize my daily work flow. There was of course already programs like this available, but each had it's annoyance or missing features or too(!) geeky.
| Please install with chocolatey (http://nuget.org/List/Packages/chocolatey).</description>
<projectUrl>http://executor.dk/</projectUrl>
<tags>executor run launcher chocolatey</tags>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.staticaly.com/gh/alanstevens/ChocoPackages/8a50870274f032020142ee6ec595d1adb79fdd4d/Executor/Executor.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@93a61d9c28fd8fcec3162a6429ee5c0260e07049/icons/Executor.png</iconUrl>
<releaseNotes>#### Package
* Automatically built and uploaded by [tunisiano](https://chocolatey.org/profiles/tunisiano)
* Package not up-to-date after a few days ? [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>
</package>
2 changes: 1 addition & 1 deletion automatic/Executor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ or missing features or too(!) geeky.
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)

[![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
[![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
2 changes: 1 addition & 1 deletion automatic/Executor/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $packageArgs = @{
PackageName = $env:ChocolateyPackageName
FileType = 'exe'
Url = 'http://www.1space.dk/executor/ExecutorSetup.exe'
Checksum = '10D170EEBE36D0E43F2A2BDE0F7E3712BB82AC8141D60126BDEBF67A3F191B79'
Checksum = '4f9666d647019a488e7959831505ea0c05083a60e0d33f191c25bc872e419bdd'
ChecksumType = 'sha256'
SilentArgs = '/SILENT /VERYSILENT /SUPRESSMSGBOXES /SP-'
}
Expand Down

0 comments on commit 0b75d5e

Please sign in to comment.