Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #58

Merged
merged 13 commits into from
Sep 22, 2024
Merged

Development #58

merged 13 commits into from
Sep 22, 2024

Conversation

aaronparker
Copy link
Owner

  • Update output message for more verbosity
  • Fix paths and copy into package for the PSAppDeployToolkit
  • Fix issue with icon path when icon does not exist

Constey and others added 13 commits July 31, 2023 12:07
changed that if detection via script is used, the detectionscript will be taken from the app direcotry instead of main\scripts path.
Added Comparison of Version as [version] object to ensure correct handling of subversions.

$a = "5.15.5.19404"
$b = "5.15.11.21032"
 [version]$a -gt [version]$b
False <- correct
$a -gt $b
True <- wrong
if application.filter is set to "" - it's not null but still empty
added fix that icon url can be empty
Update Create-Win32App.ps1
Add Verbose flag to show the download source URL
Fix New-IntuneWin32AppPackage using PSAppDeployToolkit
@aaronparker aaronparker merged commit a837e22 into main Sep 22, 2024
1 check passed
@aaronparker aaronparker deleted the development branch September 22, 2024 00:41
} else {
$AppIconFile = $null
}

Check notice

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note

Line has trailing whitespace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants