diff --git a/CHANGELOG.md b/CHANGELOG.md index f10382f1fb..68677872f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - added AppContainer support for Compartment type boxes - FIXED SECURITY ISSUE ID-22 NtCreateSectionEx was not filtered by the driver - fixed issue starting services without a system token +- fixed issues with new file migration settings [#2700](https://github.com/sandboxie-plus/Sandboxie/issues/2700) +- fixed shell integration on ARM64 [#2685](https://github.com/sandboxie-plus/Sandboxie/issues/2685) diff --git a/SandboxiePlus/SbieShell/SbieShellExt/SbieShellExt.vcxproj b/SandboxiePlus/SbieShell/SbieShellExt/SbieShellExt.vcxproj index 50e9ec46c8..43cfefea28 100644 --- a/SandboxiePlus/SbieShell/SbieShellExt/SbieShellExt.vcxproj +++ b/SandboxiePlus/SbieShell/SbieShellExt/SbieShellExt.vcxproj @@ -157,6 +157,7 @@ false $(ProjectDir)\..\..\$(Platform)\$(Configuration)\ + Link @@ -319,6 +320,12 @@ runtimeobject.lib;%(AdditionalDependencies) Source.def + + "$(WindowsSdkDir)bin\$(TargetPlatformVersion)\x64\makeappx.exe" pack /d $(SolutionDir)\SbieShellPkg /p $(ProjectDir)\..\..\$(Platform)\$(Configuration)\SbieShellPkg.msix /nv + + + $(ProjectDir)\..\..\$(Platform)\$(Configuration)\SbieShellPkg.msix +