mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-09 23:48: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
|
12
packaging/chocolatey/voxvera.nuspec
Normal file
12
packaging/chocolatey/voxvera.nuspec
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<package>
|
||||
<metadata>
|
||||
<id>voxvera</id>
|
||||
<version>0.1.0</version>
|
||||
<title>VoxVera</title>
|
||||
<authors>VoxVera</authors>
|
||||
<description>Generate flyers with QR codes</description>
|
||||
<projectUrl>https://github.com/PR0M3TH3AN/VoxVera</projectUrl>
|
||||
<tags>voxvera flyers</tags>
|
||||
</metadata>
|
||||
</package>
|
Reference in New Issue
Block a user