From b803b81f91c982bf7c242014601bbee4dd4ea079 Mon Sep 17 00:00:00 2001 From: DavidXanatos Date: Sun, 15 May 2022 14:34:21 +0200 Subject: [PATCH] 1.0.22 --- .github/workflows/main.yml | 2 +- SandboxiePlus/SbieShell/SbieShellExt/SbieShellExt.vcxproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 02606f60..02ae859b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -76,7 +76,7 @@ jobs: run: SandboxiePlus\qmake_plus.cmd x64 - name: Build SbieShell 64 bit - run: msbuild /t:build SandboxiePlus\SbieShell\SbieShell.sln /p:Configuration="Release" /p:Platform=x64 + run: msbuild /t:restore,build -p:RestorePackagesConfig=true SandboxiePlus\SbieShell\SbieShell.sln /p:Configuration="Release" /p:Platform=x64 - name: Build Sandboxie-Plus 32 bit run: SandboxiePlus\qmake_plus.cmd Win32 diff --git a/SandboxiePlus/SbieShell/SbieShellExt/SbieShellExt.vcxproj b/SandboxiePlus/SbieShell/SbieShellExt/SbieShellExt.vcxproj index 83238ca3..65ffbee6 100644 --- a/SandboxiePlus/SbieShell/SbieShellExt/SbieShellExt.vcxproj +++ b/SandboxiePlus/SbieShell/SbieShellExt/SbieShellExt.vcxproj @@ -251,7 +251,7 @@ runtimeobject.lib;%(AdditionalDependencies) - cmd.exe /c "$(WindowsSdkDir)bin\$(TargetPlatformVersion)\x64\makeappx.exe" pack /d $(SolutionDir)\SbieShellPkg /p $(ProjectDir)\..\..\$(Platform)\$(Configuration)\SbieShellPkg.msix /nv + "$(WindowsSdkDir)bin\$(TargetPlatformVersion)\x64\makeappx.exe" pack /d $(SolutionDir)\SbieShellPkg /p $(ProjectDir)\..\..\$(Platform)\$(Configuration)\SbieShellPkg.msix /nv $(ProjectDir)\..\..\$(Platform)\$(Configuration)\SbieShellPkg.msix @@ -293,7 +293,7 @@ Source.def - cmd.exe /c "$(WindowsSdkDir)bin\$(TargetPlatformVersion)\x64\makeappx.exe" pack /d $(SolutionDir)\SbieShellPkg /p $(ProjectDir)\..\..\$(Platform)\$(Configuration)\SbieShellPkg.msix /nv + "$(WindowsSdkDir)bin\$(TargetPlatformVersion)\x64\makeappx.exe" pack /d $(SolutionDir)\SbieShellPkg /p $(ProjectDir)\..\..\$(Platform)\$(Configuration)\SbieShellPkg.msix /nv $(ProjectDir)\..\..\$(Platform)\$(Configuration)\SbieShellPkg.msix