Skip to content

Commit

Permalink
Updated setup
Browse files Browse the repository at this point in the history
Added directory cleanup to staging script
  • Loading branch information
nefarius committed May 12, 2024
1 parent 722d997 commit 49acaee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Setup/HidHide.aip
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<ROW Property="ARPURLUPDATEINFO" Value="https://github.com/nefarius/HidHide/releases"/>
<ROW Property="IAgree" Value="No" Type="4"/>
<ROW Property="Manufacturer" Value="Nefarius Software Solutions e.U."/>
<ROW Property="ProductCode" Value="1033:{89B7AB56-588E-4061-9F3C-79C64AA0CE6C} " Type="16"/>
<ROW Property="ProductCode" Value="1033:{01E0AB21-D1CC-42B4-9DFF-84FFE4F26DAF} " Type="16"/>
<ROW Property="ProductLanguage" Value="1033"/>
<ROW Property="ProductName" Value="HidHide"/>
<ROW Property="ProductVersion" Value="1.5.224" Options="32"/>
<ROW Property="ProductVersion" Value="1.5.230" Options="32"/>
<ROW Property="REBOOT" MultiBuildValue="DefaultBuild:Force"/>
<ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND;UPGRADE_1"/>
<ROW Property="UpgradeCode" Value="{8822CC70-E2A5-4CB7-8F14-E27101150A1D}"/>
Expand Down
2 changes: 2 additions & 0 deletions stage0.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ function Get-AppVeyorArtifacts
}
}

Remove-Item -Recurse -Force ".\artifacts\bin"

# Download x64 binaries
Get-AppVeyorArtifacts -Account "nefarius" -Project "HidHide" -Path $Path -Token $Token -Branch $BuildVersion #-JobName "Platform: x64"

Expand Down

0 comments on commit 49acaee

Please sign in to comment.