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

Improved build process and added ARM64 support #585

Merged
merged 4 commits into from
Feb 7, 2025

Conversation

HotCakeX
Copy link
Owner

@HotCakeX HotCakeX commented Feb 6, 2025

  • ✅ The GitHub releases for the AppControl Manager will include symbol files for debugging purposes for both X64 and ARM64 architectures. They will also include complete build logs for end-user review. All of these additional files are securely attested and verified by the workflow.

  • The entire process is completely transparent.

  • Provided instructions for building the AppControl Manager locally on your own device directly from the source code using no 3rd party tools at all.

  • ✅ The build process has also been improved in the GitHub workflow by uploading the generated files to the release first before running any other actions. This can improve security and ensure no action can run prior to package building and upload.

  • ✅The Bootstrapper has been improved, reducing number of lines of codes in it and also added the ability to install MSIXBundle files which include ARM64 and X64 support for AppControl Manager.

  • ✅ AppControl Manager version bump to 1.8.9.0

  • ✅ Updated Nuget dependency: Microsoft.Graphics.Win2D

Improved build process and added ARM64 support

The GitHub releases for the AppControl Manager will include symbol files for debugging purposes for both X64 and ARM64 architectures. They will also include complete build logs for end-user review. All of these additional files are securely attested and verified by the workflow.

the entire process is completely transparent.

Also provided instructions for building the AppControl Manager locally on your own device directly from the source code using no 3rd party tools at all.

The build process has also been improved in the GitHub workflow by uploading the generated files to the release first before running any other actions. This can improve security and ensure no action can run prior to package building and upload.

The Bootstrapper has been improved, reducing number of lines of codes in it and also added the ability to install MSIXBundle files which include ARM64 and X64 support for AppControl Manager.
@HotCakeX HotCakeX added the Enhancement 💯 New feature or request label Feb 6, 2025
@HotCakeX HotCakeX self-assigned this Feb 6, 2025
@Copilot Copilot bot review requested due to automatic review settings February 6, 2025 20:24

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.

Files not reviewed (2)
  • AppControl Manager/AppControl Manager.csproj: Language not supported
  • Harden-Windows-Security.ps1: Language not supported
@HotCakeX HotCakeX linked an issue Feb 6, 2025 that may be closed by this pull request
1 task
Improved build process

Updated NuGet package

version bump
Updated download URL text file name
@HotCakeX HotCakeX merged commit 99aff60 into main Feb 7, 2025
2 checks passed
@HotCakeX HotCakeX deleted the Adding-support-for-ARM64-arch-through-MSIXBundle branch February 7, 2025 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement 💯 New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Suggestion]: Create ARM64 MSIX package for AppControl Manager
1 participant