-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c4c4f3e
commit 82ee1e4
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...ages/inssider3-home/inssider3-home.nuspec → packages/inssider-home/inssider-home.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...nssider3-home/tools/chocolateyInstall.ps1 → ...inssider-home/tools/chocolateyInstall.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Install-ChocolateyPackage ` | ||
-PackageName 'inssider3-home' ` | ||
-PackageName 'inssider-home' ` | ||
-FileType 'MSI' ` | ||
-SilentArgs '/QN' ` | ||
-Url '' ` | ||
-Url 'https://github.com/AnthonyMastrean/chocolateypackages/releases/download/inssider3-home.3.1.2.1/inSSIDer-installer.msi' ` | ||
-Checksum '05C0442D092C5AD067AAA2DCBD4119866FE2BEF01B22A5906EF6AE9E592D3D3E' ` | ||
-ChecksumType 'SHA256' |
2 changes: 1 addition & 1 deletion
2
...sider3-home/tools/chocolateyUninstall.ps1 → ...ssider-home/tools/chocolateyUninstall.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Uninstall-ChocolateyPackage ` | ||
-PackageName 'inssider3-home' ` | ||
-PackageName 'inssider-home' ` | ||
-FileType 'MSI' ` | ||
-Silent '{9E54E4AE-B67A-4925-8E92-0E1F9817FD73} /QN' |