mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-09 15:38:43 +00:00
Add Electron GUI and packaging scripts
This commit is contained in:
12
packaging/chocolatey/tools/chocolateyInstall.ps1
Normal file
12
packaging/chocolatey/tools/chocolateyInstall.ps1
Normal file
@@ -0,0 +1,12 @@
|
||||
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
|
||||
$url = 'https://github.com/PR0M3TH3AN/VoxVera/releases/latest/download/voxvera.exe'
|
||||
|
||||
$packageArgs = @{
|
||||
packageName = 'voxvera'
|
||||
fileType = 'exe'
|
||||
url = $url
|
||||
silentArgs = '/S'
|
||||
validExitCodes = @(0)
|
||||
}
|
||||
|
||||
Install-ChocolateyPackage @packageArgs
|
Reference in New Issue
Block a user