We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fecd926 commit db836bdCopy full SHA for db836bd
nsis/visuald.nsi
@@ -2098,6 +2098,8 @@ Function InstallForVS2022
2098
!insertmacro ReplaceInFile "$1${EXTENSION_DIR}\extension.vsixmanifest" "VDVERSION" "${VERSION_MAJOR}.${VERSION_MINOR}" NoBackup
2099
2100
!ifdef MAGO
2101
+ ; remove old DLL, now in x64\
2102
+ Delete "$1..\Packages\Debugger\MagoNatCC.dll"
2103
${SetOutPath} "$1..\Packages\Debugger\x64"
2104
${File} ${MAGO_SOURCE}\bin\x64\Release\ MagoNatCC.dll
2105
${SetOutPath} "$1..\Packages\Debugger\arm64"
0 commit comments