Update version
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
|
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
|
||||||
<id>TimberWinR</id>
|
<id>TimberWinR</id>
|
||||||
<title>TimberWinR</title>
|
<title>TimberWinR</title>
|
||||||
<version>${version}</version>
|
<version>${version}.0</version>
|
||||||
<authors>efontana</authors>
|
<authors>efontana</authors>
|
||||||
<owners>Eric Fontana</owners>
|
<owners>Eric Fontana</owners>
|
||||||
<summary>TimberWinR Shipper</summary>
|
<summary>TimberWinR Shipper</summary>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
$packageName = 'TimberWinR' # arbitrary name for the package, used in messages
|
$packageName = 'TimberWinR' # arbitrary name for the package, used in messages
|
||||||
$installerType = 'msi' #only one of these: exe, msi, msu
|
$installerType = 'msi' #only one of these: exe, msi, msu
|
||||||
$url = 'http://www.ericfontana.com/TimberWix/TimberWinR-1.2.175.0.msi' # download url
|
$url = 'http://www.ericfontana.com/TimberWix/TimberWinR-${version}.0.msi' # download url
|
||||||
$silentArgs = '/quiet' # "/s /S /q /Q /quiet /silent /SILENT /VERYSILENT" # try any of these to get the silent installer #msi is always /quiet
|
$silentArgs = '/quiet' # "/s /S /q /Q /quiet /silent /SILENT /VERYSILENT" # try any of these to get the silent installer #msi is always /quiet
|
||||||
$validExitCodes = @(0) #please insert other valid exit codes here, exit codes for ms http://msdn.microsoft.com/en-us/library/aa368542(VS.85).aspx
|
$validExitCodes = @(0) #please insert other valid exit codes here, exit codes for ms http://msdn.microsoft.com/en-us/library/aa368542(VS.85).aspx
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user