Skip to content

Commit d9d2739

Browse files
authored
Update WingetIntunePackager.ps1
1 parent 2308c5d commit d9d2739

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sources/WingetIntunePackager.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,9 @@ Function Start-PopUp ($Message) {
249249
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
250250
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
251251
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
252-
xmlns:local="clr-namespace:WiGui_v3"
252+
xmlns:local="clr-namespace:Winget_Intune_Packager"
253253
mc:Ignorable="d"
254-
Title="Winget Intune Packager $WingetIntunePackager" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" Topmost="True" Width="280" MinHeight="120" SizeToContent="Height">
254+
Title="Winget Intune Packager $WingetIntunePackager" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" Topmost="True" Width="280" MinHeight="130" SizeToContent="Height">
255255
<Grid>
256256
<TextBlock x:Name="PopUpLabel" HorizontalAlignment="Center" VerticalAlignment="Center" TextWrapping="Wrap" Margin="20"/>
257257
</Grid>
@@ -533,7 +533,7 @@ function Get-WIPLatestVersion {
533533
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
534534
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
535535
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
536-
xmlns:local="clr-namespace:WiGui_v3"
536+
xmlns:local="clr-namespace:Winget_Intune_Packager"
537537
mc:Ignorable="d"
538538
Title="Winget Intune Packager $WingetIntunePackager - Update available" ResizeMode="NoResize" SizeToContent="WidthAndHeight" WindowStartupLocation="CenterScreen" Topmost="True">
539539
<Grid>
@@ -657,4 +657,4 @@ Start-InstallGUI
657657

658658
#Remove temp items
659659
Start-Sleep 3
660-
Remove-Item $Location -Recurse -Force -Confirm:$false
660+
Remove-Item $Location -Recurse -Force -Confirm:$false

0 commit comments

Comments
 (0)