Skip to content

Commit

Permalink
Update Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Nov 2, 2024
1 parent 0da9c6d commit dfb3083
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .packages/Chocolatey/24.11.2.0/sucrose.nuspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>sucrose</id>
<owners>Taiizor</owners>
<authors>Taiizor</authors>
<version>24.11.2.0</version>
<id>SucroseWallpaperEngine</id>
<title>Sucrose Wallpaper Engine</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<docsUrl>https://github.com/Taiizor/Sucrose/wiki</docsUrl>
Expand Down
10 changes: 5 additions & 5 deletions .packages/Chocolatey/24.11.2.0/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Get-Process 'Sucrose*' | % {
}

$packageArgs = @{
packageName = 'SucroseWallpaperEngine'
packageName = 'Sucrose Wallpaper Engine'
checksumType = 'sha256'
fileType = 'exe'
silentArgs = '/s'
Expand All @@ -15,19 +15,19 @@ $packageArgs = @{

if ($env:PROCESSOR_ARCHITECTURE -eq 'ARM64') {
$packageArgs['checksum'] = '3A297912255C5616C7A3C1A6AF02E776E52A251070D00176962DDB10B16B8320'
$packageArgs['url'] = 'https://github.com/Taiizor/Sucrose/releases/download/v24.11.1.0/Sucrose_Bundle_.NET_Framework_4.8_ARM64_24.11.1.0.exe'
$packageArgs['url'] = 'https://github.com/Taiizor/Sucrose/releases/download/v24.11.2.0/Sucrose_Bundle_.NET_Framework_4.8_ARM64_24.11.2.0.exe'
} else {
if ([Environment]::Is64BitOperatingSystem) {
if ([System.Environment]::Is64BitProcess) {
$packageArgs['checksum'] = '4F0C0B67D4A054314D4C5173008BB4A7CD81CCD5B7B3AD1385301DA963209D2C'
$packageArgs['url'] = 'https://github.com/Taiizor/Sucrose/releases/download/v24.11.1.0/Sucrose_Bundle_.NET_Framework_4.8_x64_24.11.1.0.exe'
$packageArgs['url'] = 'https://github.com/Taiizor/Sucrose/releases/download/v24.11.2.0/Sucrose_Bundle_.NET_Framework_4.8_x64_24.11.2.0.exe'
} else {
$packageArgs['checksum'] = '249798600E315B79BFA76CD22347C42CED80DA95574F8EC24A8E0F943826A3E1'
$packageArgs['url'] = 'https://github.com/Taiizor/Sucrose/releases/download/v24.11.1.0/Sucrose_Bundle_.NET_Framework_4.8_x86_24.11.1.0.exe'
$packageArgs['url'] = 'https://github.com/Taiizor/Sucrose/releases/download/v24.11.2.0/Sucrose_Bundle_.NET_Framework_4.8_x86_24.11.2.0.exe'
}
} else {
$packageArgs['checksum'] = '249798600E315B79BFA76CD22347C42CED80DA95574F8EC24A8E0F943826A3E1'
$packageArgs['url'] = 'https://github.com/Taiizor/Sucrose/releases/download/v24.11.1.0/Sucrose_Bundle_.NET_Framework_4.8_x86_24.11.1.0.exe'
$packageArgs['url'] = 'https://github.com/Taiizor/Sucrose/releases/download/v24.11.2.0/Sucrose_Bundle_.NET_Framework_4.8_x86_24.11.2.0.exe'
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'
$packageArgs = @{
packageName = 'SucroseWallpaperEngine'
packageName = 'Sucrose Wallpaper Engine'
fileType = 'exe'
validExitCodes= @(0)
}
Expand Down

0 comments on commit dfb3083

Please sign in to comment.