Skip to content

Commit

Permalink
Rebrand to Widgets for UniGetUI
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Jun 11, 2024
1 parent 99ef7c8 commit 72a48f0
Show file tree
Hide file tree
Showing 185 changed files with 1,863 additions and 28 deletions.
15 changes: 9 additions & 6 deletions Build MSIX from release.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,29 @@ cd src
cd Package
cd bin
cd x64
del "WingetUI Widgets.msix"
del "Widgets for UniGetUI Installer.msix"
cd Release

cd "Widgets for UniGetUI"

del Microsoft.WinUI.dll
del Microsoft.InteractiveExperiences.Projection.dll

echo "You may want to change now MSVC++ Redist UWP version"
pause

cd ..
cd ..

MakeAppx.exe pack /d Release /p "WingetUI Widgets.msix"
move "WingetUI Widgets.msix" ..\..\..\..\
MakeAppx.exe pack /d Release /p "installer.msix"
move "installer.msix" ..\..\..\..\

cd ..\..\..\..\

rem Installer will be signed by Microsoft Store
rem "Y:\- Signing\signtool-x64\signtool.exe" sign /v /debug /fd SHA256 /tr "http://timestamp.acs.microsoft.com" /td SHA256 /dlib "Y:\- Signing\azure.codesigning.client\x64\Azure.CodeSigning.Dlib.dll" /dmdf "Y:\- Signing\metadata.json" "WingetUI Widgets.msix"
rem "Y:\- Signing\signtool-x64\signtool.exe" sign /v /debug /fd SHA256 /tr "http://timestamp.acs.microsoft.com" /td SHA256 /dlib "Y:\- Signing\azure.codesigning.client\x64\Azure.CodeSigning.Dlib.dll" /dmdf "Y:\- Signing\metadata.json" "Widgets for UniGetUI Installer.msix"

del "WingetUI Widgets Installer.msix"
move "WingetUI Widgets.msix" "WingetUI Widgets Installer.msix"
del "Widgets for UniGetUI Installer.msix"
move "installer.msix" "Widgets for UniGetUI Installer.msix"

pause
2 changes: 1 addition & 1 deletion Fix DEPxxxx VS Deployment Issues.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
taskkill /im widgets.exe /F
taskkill /im WingetUIWidgetProvider.exe /F
taskkill /im "Widgets for UniGetUI.exe" /F
cd src/Widgets
rmdir /Q /S bin
cd ..
Expand Down
Binary file added Widgets for UniGetUI Installer.msix
Binary file not shown.
295 changes: 295 additions & 0 deletions WingetUI Widgets Installer/AppX/AppxManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,295 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10" IgnorableNamespaces="uap rescap build" xmlns:build="http://schemas.microsoft.com/developer/appx/2015/build">
<!--
THIS PACKAGE MANIFEST FILE IS GENERATED BY THE BUILD PROCESS.
Changes to this file will be lost when it is regenerated. To correct errors in this file, edit the source .appxmanifest file.
For more information on package manifest files, see http://go.microsoft.com/fwlink/?LinkID=241727
-->
<!-- Name="9b0c4abb-ca72-42ec-936a-02d4830a14a9" -->
<Identity Name="9932MartCliment.WingetUIWidgets" Publisher="CN=7054F010-7BE3-4163-B64E-D51DF58CF867" Version="0.6.0.0" ProcessorArchitecture="x64" />
<Properties>
<DisplayName>Widgets for UniGetUI (formerly WingetUI)</DisplayName>
<PublisherDisplayName>Martí Climent</PublisherDisplayName>
<Logo>Images\StoreLogo.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.22000.0" MaxVersionTested="10.0.22000.0" />
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.22000.0" MaxVersionTested="10.0.22000.0" />
<PackageDependency Name="Microsoft.WindowsAppRuntime.1.5" MinVersion="5001.119.156.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
<PackageDependency Name="Microsoft.VCLibs.140.00" MinVersion="14.0.33519.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
<PackageDependency Name="Microsoft.VCLibs.140.00.UWPDesktop" MinVersion="14.0.33728.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
</Dependencies>
<Resources>
<Resource Language="EN-US" />
</Resources>
<Applications>
<Application Id="App" Executable="Widgets for UniGetUI\Widgets for UniGetUI.exe" EntryPoint="Windows.FullTrustApplication">
<uap:VisualElements DisplayName="Widgets for UniGetUI (formerly WingetUI)" Description="A collection of Windows Widgets designed to manage your UniGetUI updates from the Windows Widgets panel and Dev Home" Square150x150Logo="Images\LargeTile.png" AppListEntry="none" Square44x44Logo="Images\icon.png" BackgroundColor="transparent">
<uap:DefaultTile Wide310x150Logo="Images\icon.png" Square71x71Logo="Images\SmallTile.png" Square310x310Logo="Images\LargeTile.png" ShortName="UniGetUI">
<uap:ShowNameOnTiles>
<uap:ShowOn Tile="square150x150Logo" />
<uap:ShowOn Tile="wide310x150Logo" />
</uap:ShowNameOnTiles>
</uap:DefaultTile>
<uap:SplashScreen Image="Images\icon.png" />
<uap:LockScreen BadgeLogo="Images\BadgeLogo.png" Notification="badge" />
</uap:VisualElements>
<Extensions>
<com:Extension Category="windows.comServer">
<com:ComServer>
<com:ExeServer Executable="Widgets for UniGetUI\Widgets for UniGetUI.exe" DisplayName="Widgets for UniGetUI">
<com:Class Id="34D3940F-84D6-47C5-B446-32D6865D8852" DisplayName="Widgets for UniGetUI" />
</com:ExeServer>
</com:ComServer>
</com:Extension>
<uap3:Extension Category="windows.appExtension">
<uap3:AppExtension Name="com.microsoft.windows.widgets" DisplayName="UniGetUI" Id="9b0c4abb-ca72-42ec-936a-02d4830a14a9" PublicFolder="Public">
<uap3:Properties>
<WidgetProvider>
<ProviderIcons>
<Icon Path="Images\wingetui_color.png" />
</ProviderIcons>
<Activation>
<!-- Apps exports COM interface which implements IWidgetProvider -->
<CreateInstance ClassId="34D3940F-84D6-47C5-B446-32D6865D8852" />
</Activation>
<TrustedPackageFamilyNames>
<TrustedPackageFamilyName>Microsoft.MicrosoftEdge.Stable_8wekyb3d8bbwe</TrustedPackageFamilyName>
</TrustedPackageFamilyNames>
<Definitions>
<Definition Id="updates_all" DisplayName="Package updates" Description="Packages that can be updated" AllowMultiple="true">
<Capabilities>
<Capability>
<Size Name="medium" />
</Capability>
<Capability>
<Size Name="large" />
</Capability>
</Capabilities>
<ThemeResources>
<Icons>
<Icon Path="Images\wingetui_color.png" />
</Icons>
<DarkMode>
<Screenshots>
<Screenshot Path="Images\WidgetCovers\all_dark.png" />
</Screenshots>
</DarkMode>
<LightMode>
<Screenshots>
<Screenshot Path="Images\WidgetCovers\all_light.png" />
</Screenshots>
</LightMode>
</ThemeResources>
</Definition>
<Definition Id="updates_winget" DisplayName="Winget updates" Description="Winget packages that can be updated" AllowMultiple="true">
<Capabilities>
<Capability>
<Size Name="medium" />
</Capability>
<Capability>
<Size Name="large" />
</Capability>
</Capabilities>
<ThemeResources>
<Icons>
<Icon Path="Images\winget_color.png" />
</Icons>
<DarkMode>
<Screenshots>
<Screenshot Path="Images\WidgetCovers\winget_dark.png" />
</Screenshots>
</DarkMode>
<LightMode>
<Screenshots>
<Screenshot Path="Images\WidgetCovers\winget_light.png" />
</Screenshots>
</LightMode>
</ThemeResources>
</Definition>
<Definition Id="updates_chocolatey" DisplayName="Chocolatey updates" Description="Chocolatey packages that can be updated" AllowMultiple="true">
<Capabilities>
<Capability>
<Size Name="medium" />
</Capability>
<Capability>
<Size Name="large" />
</Capability>
</Capabilities>
<ThemeResources>
<Icons>
<Icon Path="Images\choco_color.png" />
</Icons>
<DarkMode>
<Screenshots>
<Screenshot Path="Images\WidgetCovers\choco_dark.png" />
</Screenshots>
</DarkMode>
<LightMode>
<Screenshots>
<Screenshot Path="Images\WidgetCovers\choco_light.png" />
</Screenshots>
</LightMode>
</ThemeResources>
</Definition>
<Definition Id="updates_scoop" DisplayName="Scoop updates" Description="Scoop packages that can be updated" AllowMultiple="true">
<Capabilities>
<Capability>
<Size Name="medium" />
</Capability>
<Capability>
<Size Name="large" />
</Capability>
</Capabilities>
<ThemeResources>
<Icons>
<Icon Path="Images\scoop_color.png" />
</Icons>
<DarkMode>
<Screenshots>
<Screenshot Path="Images\WidgetCovers\scoop_dark.png" />
</Screenshots>
</DarkMode>
<LightMode>
<Screenshots>
<Screenshot Path="Images\WidgetCovers\scoop_light.png" />
</Screenshots>
</LightMode>
</ThemeResources>
</Definition>
<Definition Id="updates_pip" DisplayName="Pip updates" Description="Pip packages that can be updated" AllowMultiple="true">
<Capabilities>
<Capability>
<Size Name="medium" />
</Capability>
<Capability>
<Size Name="large" />
</Capability>
</Capabilities>
<ThemeResources>
<Icons>
<Icon Path="Images\pip_color.png" />
</Icons>
<DarkMode>
<Screenshots>
<Screenshot Path="Images\WidgetCovers\pip_dark.png" />
</Screenshots>
</DarkMode>
<LightMode>
<Screenshots>
<Screenshot Path="Images\WidgetCovers\pip_light.png" />
</Screenshots>
</LightMode>
</ThemeResources>
</Definition>
<Definition Id="updates_npm" DisplayName="NPM Updates" Description="NPM packages that can be updated" AllowMultiple="true">
<Capabilities>
<Capability>
<Size Name="medium" />
</Capability>
<Capability>
<Size Name="large" />
</Capability>
</Capabilities>
<ThemeResources>
<Icons>
<Icon Path="Images\node_color.png" />
</Icons>
<DarkMode>
<Screenshots>
<Screenshot Path="Images\WidgetCovers\npm_dark.png" />
</Screenshots>
</DarkMode>
<LightMode>
<Screenshots>
<Screenshot Path="Images\WidgetCovers\npm_light.png" />
</Screenshots>
</LightMode>
</ThemeResources>
</Definition>
<Definition Id="updates_dotnet" DisplayName=".NET Tool updates" Description=".NET Tool packages that can be updated" AllowMultiple="true">
<Capabilities>
<Capability>
<Size Name="medium" />
</Capability>
<Capability>
<Size Name="large" />
</Capability>
</Capabilities>
<ThemeResources>
<Icons>
<Icon Path="Images\dotnet_color.png" />
</Icons>
<DarkMode>
<Screenshots>
<Screenshot Path="Images\WidgetCovers\dotnet_dark.png" />
</Screenshots>
</DarkMode>
<LightMode>
<Screenshots>
<Screenshot Path="Images\WidgetCovers\dotnet_light.png" />
</Screenshots>
</LightMode>
</ThemeResources>
</Definition>
<Definition Id="updates_powershell" DisplayName="PowerShell updates" Description="PowerShell modules that can be updated" AllowMultiple="true">
<Capabilities>
<Capability>
<Size Name="medium" />
</Capability>
<Capability>
<Size Name="large" />
</Capability>
</Capabilities>
<ThemeResources>
<Icons>
<Icon Path="Images\powershell_color.png" />
</Icons>
<DarkMode>
<Screenshots>
<Screenshot Path="Images\WidgetCovers\powershell_dark.png" />
</Screenshots>
</DarkMode>
<LightMode>
<Screenshots>
<Screenshot Path="Images\WidgetCovers\powershell_light.png" />
</Screenshots>
</LightMode>
</ThemeResources>
</Definition>
</Definitions>
</WidgetProvider>
</uap3:Properties>
</uap3:AppExtension>
</uap3:Extension>
<uap3:Extension Category="windows.appExtension">
<uap3:AppExtension Name="com.microsoft.devhome" Id="9b0c4abb-ca72-42ec-936a-02d4830a14a9" PublicFolder="Public" DisplayName="Widgets for UniGetUI (formerly WingetUI)" Description="Widgets for UniGetUI (formerly WingetUI)">
<uap3:Properties>
<DevHomeProvider>
<Activation>
<CreateInstance ClassId="34D3940F-84D6-47C5-B446-32D6865D8852" />
</Activation>
<SupportedInterfaces></SupportedInterfaces>
</DevHomeProvider>
</uap3:Properties>
</uap3:AppExtension>
</uap3:Extension>
</Extensions>
</Application>
</Applications>
<Capabilities>
<rescap:Capability Name="runFullTrust" />
</Capabilities>
<build:Metadata>
<build:Item Name="Microsoft.Build.DesktopBridge.Tasks.dll" Version="17.11.38891.60465" />
<build:Item Name="TargetFrameworkMoniker" Value=".NETFramework,Version=v4.5.1" />
<build:Item Name="VisualStudio" Version="17.0" />
<build:Item Name="VisualStudioEdition" Value="Microsoft Visual Studio Community 2022" />
<build:Item Name="OperatingSystem" Version="10.0.22621.2860 (WinBuild.160101.0800)" />
<build:Item Name="Microsoft.Build.AppxPackage.dll" Version="17.11.38902.62324" />
<build:Item Name="ProjectGUID" Value="0cb7bf44-2619-4597-82c4-75f513345eba" />
<build:Item Name="makepri.exe" Version="10.0.22621.755 (WinBuild.160101.0800)" />
</build:Metadata>
</Package>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 72a48f0

Please sign in to comment.