Skip to content

Commit db836bd

Browse files
committed
installer: remove Debugger\MagoNatCC.dll
1 parent fecd926 commit db836bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nsis/visuald.nsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2098,6 +2098,8 @@ Function InstallForVS2022
20982098
!insertmacro ReplaceInFile "$1${EXTENSION_DIR}\extension.vsixmanifest" "VDVERSION" "${VERSION_MAJOR}.${VERSION_MINOR}" NoBackup
20992099

21002100
!ifdef MAGO
2101+
; remove old DLL, now in x64\
2102+
Delete "$1..\Packages\Debugger\MagoNatCC.dll"
21012103
${SetOutPath} "$1..\Packages\Debugger\x64"
21022104
${File} ${MAGO_SOURCE}\bin\x64\Release\ MagoNatCC.dll
21032105
${SetOutPath} "$1..\Packages\Debugger\arm64"

0 commit comments

Comments
 (0)