ikarago / Notepad

A Fluent-style Notepad-application because Microsoft doesn't make it.
MIT License
118 stars 14 forks source link

Added ARM64 configuration #51

Closed prayaas-a closed 4 years ago

prayaas-a commented 4 years ago

Note: Untested! The ARM64 configuration builds successfully for both Debug and Release and should now be included in the AppX bundle as well. I do not however own an ARM64 device to test whether everything is in order.

This PR resolves issue #41. To be set up to compile for ARM64, make sure you have Visual C++ (MSVC) tools for ARM64 installed as part of your VS install. Get the latest version and install both compilers and libraries (patched for Spectre).

Another note: I had to generate a temporary signing key. Please replace with yours to be able to work with it.