dev-sidecar/packages/gui/build/installer.nsh

5 lines
211 B
Plaintext
Raw Normal View History

2021-11-11 13:23:45 +00:00
!macro customUnInit
2021-11-14 05:00:20 +00:00
MessageBox MB_OK "请务必先手动右键小图标退出DevSidecar之后再进行下一步↘↘↘↘↘↘↘↘↘"
2021-11-11 13:23:45 +00:00
ExecWait '"$INSTDIR\resources\extra\sysproxy.exe" set 1'
!macroend