Skip to content

Commit 72a48f0

Browse files
committed
Rebrand to Widgets for UniGetUI
1 parent 99ef7c8 commit 72a48f0

185 files changed

Lines changed: 1863 additions & 28 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Build MSIX from release.cmd

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,29 @@ cd src
88
cd Package
99
cd bin
1010
cd x64
11-
del "WingetUI Widgets.msix"
11+
del "Widgets for UniGetUI Installer.msix"
1212
cd Release
1313

1414
cd "Widgets for UniGetUI"
1515

1616
del Microsoft.WinUI.dll
1717
del Microsoft.InteractiveExperiences.Projection.dll
1818

19+
echo "You may want to change now MSVC++ Redist UWP version"
20+
pause
21+
1922
cd ..
2023
cd ..
2124

22-
MakeAppx.exe pack /d Release /p "WingetUI Widgets.msix"
23-
move "WingetUI Widgets.msix" ..\..\..\..\
25+
MakeAppx.exe pack /d Release /p "installer.msix"
26+
move "installer.msix" ..\..\..\..\
2427

2528
cd ..\..\..\..\
2629

2730
rem Installer will be signed by Microsoft Store
28-
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"
31+
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"
2932

30-
del "WingetUI Widgets Installer.msix"
31-
move "WingetUI Widgets.msix" "WingetUI Widgets Installer.msix"
33+
del "Widgets for UniGetUI Installer.msix"
34+
move "installer.msix" "Widgets for UniGetUI Installer.msix"
3235

3336
pause

Fix DEPxxxx VS Deployment Issues.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
taskkill /im widgets.exe /F
2-
taskkill /im WingetUIWidgetProvider.exe /F
2+
taskkill /im "Widgets for UniGetUI.exe" /F
33
cd src/Widgets
44
rmdir /Q /S bin
55
cd ..
17.6 MB
Binary file not shown.
Lines changed: 295 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,295 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<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">
3+
<!--
4+
THIS PACKAGE MANIFEST FILE IS GENERATED BY THE BUILD PROCESS.
5+
6+
Changes to this file will be lost when it is regenerated. To correct errors in this file, edit the source .appxmanifest file.
7+
8+
For more information on package manifest files, see http://go.microsoft.com/fwlink/?LinkID=241727
9+
-->
10+
<!-- Name="9b0c4abb-ca72-42ec-936a-02d4830a14a9" -->
11+
<Identity Name="9932MartCliment.WingetUIWidgets" Publisher="CN=7054F010-7BE3-4163-B64E-D51DF58CF867" Version="0.6.0.0" ProcessorArchitecture="x64" />
12+
<Properties>
13+
<DisplayName>Widgets for UniGetUI (formerly WingetUI)</DisplayName>
14+
<PublisherDisplayName>Martí Climent</PublisherDisplayName>
15+
<Logo>Images\StoreLogo.png</Logo>
16+
</Properties>
17+
<Dependencies>
18+
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.22000.0" MaxVersionTested="10.0.22000.0" />
19+
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.22000.0" MaxVersionTested="10.0.22000.0" />
20+
<PackageDependency Name="Microsoft.WindowsAppRuntime.1.5" MinVersion="5001.119.156.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
21+
<PackageDependency Name="Microsoft.VCLibs.140.00" MinVersion="14.0.33519.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
22+
<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" />
23+
</Dependencies>
24+
<Resources>
25+
<Resource Language="EN-US" />
26+
</Resources>
27+
<Applications>
28+
<Application Id="App" Executable="Widgets for UniGetUI\Widgets for UniGetUI.exe" EntryPoint="Windows.FullTrustApplication">
29+
<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">
30+
<uap:DefaultTile Wide310x150Logo="Images\icon.png" Square71x71Logo="Images\SmallTile.png" Square310x310Logo="Images\LargeTile.png" ShortName="UniGetUI">
31+
<uap:ShowNameOnTiles>
32+
<uap:ShowOn Tile="square150x150Logo" />
33+
<uap:ShowOn Tile="wide310x150Logo" />
34+
</uap:ShowNameOnTiles>
35+
</uap:DefaultTile>
36+
<uap:SplashScreen Image="Images\icon.png" />
37+
<uap:LockScreen BadgeLogo="Images\BadgeLogo.png" Notification="badge" />
38+
</uap:VisualElements>
39+
<Extensions>
40+
<com:Extension Category="windows.comServer">
41+
<com:ComServer>
42+
<com:ExeServer Executable="Widgets for UniGetUI\Widgets for UniGetUI.exe" DisplayName="Widgets for UniGetUI">
43+
<com:Class Id="34D3940F-84D6-47C5-B446-32D6865D8852" DisplayName="Widgets for UniGetUI" />
44+
</com:ExeServer>
45+
</com:ComServer>
46+
</com:Extension>
47+
<uap3:Extension Category="windows.appExtension">
48+
<uap3:AppExtension Name="com.microsoft.windows.widgets" DisplayName="UniGetUI" Id="9b0c4abb-ca72-42ec-936a-02d4830a14a9" PublicFolder="Public">
49+
<uap3:Properties>
50+
<WidgetProvider>
51+
<ProviderIcons>
52+
<Icon Path="Images\wingetui_color.png" />
53+
</ProviderIcons>
54+
<Activation>
55+
<!-- Apps exports COM interface which implements IWidgetProvider -->
56+
<CreateInstance ClassId="34D3940F-84D6-47C5-B446-32D6865D8852" />
57+
</Activation>
58+
<TrustedPackageFamilyNames>
59+
<TrustedPackageFamilyName>Microsoft.MicrosoftEdge.Stable_8wekyb3d8bbwe</TrustedPackageFamilyName>
60+
</TrustedPackageFamilyNames>
61+
<Definitions>
62+
<Definition Id="updates_all" DisplayName="Package updates" Description="Packages that can be updated" AllowMultiple="true">
63+
<Capabilities>
64+
<Capability>
65+
<Size Name="medium" />
66+
</Capability>
67+
<Capability>
68+
<Size Name="large" />
69+
</Capability>
70+
</Capabilities>
71+
<ThemeResources>
72+
<Icons>
73+
<Icon Path="Images\wingetui_color.png" />
74+
</Icons>
75+
<DarkMode>
76+
<Screenshots>
77+
<Screenshot Path="Images\WidgetCovers\all_dark.png" />
78+
</Screenshots>
79+
</DarkMode>
80+
<LightMode>
81+
<Screenshots>
82+
<Screenshot Path="Images\WidgetCovers\all_light.png" />
83+
</Screenshots>
84+
</LightMode>
85+
</ThemeResources>
86+
</Definition>
87+
<Definition Id="updates_winget" DisplayName="Winget updates" Description="Winget packages that can be updated" AllowMultiple="true">
88+
<Capabilities>
89+
<Capability>
90+
<Size Name="medium" />
91+
</Capability>
92+
<Capability>
93+
<Size Name="large" />
94+
</Capability>
95+
</Capabilities>
96+
<ThemeResources>
97+
<Icons>
98+
<Icon Path="Images\winget_color.png" />
99+
</Icons>
100+
<DarkMode>
101+
<Screenshots>
102+
<Screenshot Path="Images\WidgetCovers\winget_dark.png" />
103+
</Screenshots>
104+
</DarkMode>
105+
<LightMode>
106+
<Screenshots>
107+
<Screenshot Path="Images\WidgetCovers\winget_light.png" />
108+
</Screenshots>
109+
</LightMode>
110+
</ThemeResources>
111+
</Definition>
112+
<Definition Id="updates_chocolatey" DisplayName="Chocolatey updates" Description="Chocolatey packages that can be updated" AllowMultiple="true">
113+
<Capabilities>
114+
<Capability>
115+
<Size Name="medium" />
116+
</Capability>
117+
<Capability>
118+
<Size Name="large" />
119+
</Capability>
120+
</Capabilities>
121+
<ThemeResources>
122+
<Icons>
123+
<Icon Path="Images\choco_color.png" />
124+
</Icons>
125+
<DarkMode>
126+
<Screenshots>
127+
<Screenshot Path="Images\WidgetCovers\choco_dark.png" />
128+
</Screenshots>
129+
</DarkMode>
130+
<LightMode>
131+
<Screenshots>
132+
<Screenshot Path="Images\WidgetCovers\choco_light.png" />
133+
</Screenshots>
134+
</LightMode>
135+
</ThemeResources>
136+
</Definition>
137+
<Definition Id="updates_scoop" DisplayName="Scoop updates" Description="Scoop packages that can be updated" AllowMultiple="true">
138+
<Capabilities>
139+
<Capability>
140+
<Size Name="medium" />
141+
</Capability>
142+
<Capability>
143+
<Size Name="large" />
144+
</Capability>
145+
</Capabilities>
146+
<ThemeResources>
147+
<Icons>
148+
<Icon Path="Images\scoop_color.png" />
149+
</Icons>
150+
<DarkMode>
151+
<Screenshots>
152+
<Screenshot Path="Images\WidgetCovers\scoop_dark.png" />
153+
</Screenshots>
154+
</DarkMode>
155+
<LightMode>
156+
<Screenshots>
157+
<Screenshot Path="Images\WidgetCovers\scoop_light.png" />
158+
</Screenshots>
159+
</LightMode>
160+
</ThemeResources>
161+
</Definition>
162+
<Definition Id="updates_pip" DisplayName="Pip updates" Description="Pip packages that can be updated" AllowMultiple="true">
163+
<Capabilities>
164+
<Capability>
165+
<Size Name="medium" />
166+
</Capability>
167+
<Capability>
168+
<Size Name="large" />
169+
</Capability>
170+
</Capabilities>
171+
<ThemeResources>
172+
<Icons>
173+
<Icon Path="Images\pip_color.png" />
174+
</Icons>
175+
<DarkMode>
176+
<Screenshots>
177+
<Screenshot Path="Images\WidgetCovers\pip_dark.png" />
178+
</Screenshots>
179+
</DarkMode>
180+
<LightMode>
181+
<Screenshots>
182+
<Screenshot Path="Images\WidgetCovers\pip_light.png" />
183+
</Screenshots>
184+
</LightMode>
185+
</ThemeResources>
186+
</Definition>
187+
<Definition Id="updates_npm" DisplayName="NPM Updates" Description="NPM packages that can be updated" AllowMultiple="true">
188+
<Capabilities>
189+
<Capability>
190+
<Size Name="medium" />
191+
</Capability>
192+
<Capability>
193+
<Size Name="large" />
194+
</Capability>
195+
</Capabilities>
196+
<ThemeResources>
197+
<Icons>
198+
<Icon Path="Images\node_color.png" />
199+
</Icons>
200+
<DarkMode>
201+
<Screenshots>
202+
<Screenshot Path="Images\WidgetCovers\npm_dark.png" />
203+
</Screenshots>
204+
</DarkMode>
205+
<LightMode>
206+
<Screenshots>
207+
<Screenshot Path="Images\WidgetCovers\npm_light.png" />
208+
</Screenshots>
209+
</LightMode>
210+
</ThemeResources>
211+
</Definition>
212+
<Definition Id="updates_dotnet" DisplayName=".NET Tool updates" Description=".NET Tool packages that can be updated" AllowMultiple="true">
213+
<Capabilities>
214+
<Capability>
215+
<Size Name="medium" />
216+
</Capability>
217+
<Capability>
218+
<Size Name="large" />
219+
</Capability>
220+
</Capabilities>
221+
<ThemeResources>
222+
<Icons>
223+
<Icon Path="Images\dotnet_color.png" />
224+
</Icons>
225+
<DarkMode>
226+
<Screenshots>
227+
<Screenshot Path="Images\WidgetCovers\dotnet_dark.png" />
228+
</Screenshots>
229+
</DarkMode>
230+
<LightMode>
231+
<Screenshots>
232+
<Screenshot Path="Images\WidgetCovers\dotnet_light.png" />
233+
</Screenshots>
234+
</LightMode>
235+
</ThemeResources>
236+
</Definition>
237+
<Definition Id="updates_powershell" DisplayName="PowerShell updates" Description="PowerShell modules that can be updated" AllowMultiple="true">
238+
<Capabilities>
239+
<Capability>
240+
<Size Name="medium" />
241+
</Capability>
242+
<Capability>
243+
<Size Name="large" />
244+
</Capability>
245+
</Capabilities>
246+
<ThemeResources>
247+
<Icons>
248+
<Icon Path="Images\powershell_color.png" />
249+
</Icons>
250+
<DarkMode>
251+
<Screenshots>
252+
<Screenshot Path="Images\WidgetCovers\powershell_dark.png" />
253+
</Screenshots>
254+
</DarkMode>
255+
<LightMode>
256+
<Screenshots>
257+
<Screenshot Path="Images\WidgetCovers\powershell_light.png" />
258+
</Screenshots>
259+
</LightMode>
260+
</ThemeResources>
261+
</Definition>
262+
</Definitions>
263+
</WidgetProvider>
264+
</uap3:Properties>
265+
</uap3:AppExtension>
266+
</uap3:Extension>
267+
<uap3:Extension Category="windows.appExtension">
268+
<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)">
269+
<uap3:Properties>
270+
<DevHomeProvider>
271+
<Activation>
272+
<CreateInstance ClassId="34D3940F-84D6-47C5-B446-32D6865D8852" />
273+
</Activation>
274+
<SupportedInterfaces></SupportedInterfaces>
275+
</DevHomeProvider>
276+
</uap3:Properties>
277+
</uap3:AppExtension>
278+
</uap3:Extension>
279+
</Extensions>
280+
</Application>
281+
</Applications>
282+
<Capabilities>
283+
<rescap:Capability Name="runFullTrust" />
284+
</Capabilities>
285+
<build:Metadata>
286+
<build:Item Name="Microsoft.Build.DesktopBridge.Tasks.dll" Version="17.11.38891.60465" />
287+
<build:Item Name="TargetFrameworkMoniker" Value=".NETFramework,Version=v4.5.1" />
288+
<build:Item Name="VisualStudio" Version="17.0" />
289+
<build:Item Name="VisualStudioEdition" Value="Microsoft Visual Studio Community 2022" />
290+
<build:Item Name="OperatingSystem" Version="10.0.22621.2860 (WinBuild.160101.0800)" />
291+
<build:Item Name="Microsoft.Build.AppxPackage.dll" Version="17.11.38902.62324" />
292+
<build:Item Name="ProjectGUID" Value="0cb7bf44-2619-4597-82c4-75f513345eba" />
293+
<build:Item Name="makepri.exe" Version="10.0.22621.755 (WinBuild.160101.0800)" />
294+
</build:Metadata>
295+
</Package>
173 Bytes
190 Bytes
259 Bytes
334 Bytes
692 Bytes
15.8 KB

0 commit comments

Comments
 (0)