optimize: 移除 `sysproxy.exe` 相关的所有内容。
parent
f71fda1a30
commit
81c1433820
|
@ -1 +0,0 @@
|
|||
sysproxy.exe set 1
|
|
@ -10,22 +10,11 @@ function getExtraPath () {
|
|||
return extraPath
|
||||
}
|
||||
|
||||
function getProxyExePath () {
|
||||
const extraPath = getExtraPath()
|
||||
return path.join(extraPath, 'sysproxy.exe')
|
||||
}
|
||||
|
||||
function getClearBatPath () {
|
||||
const extraPath = getExtraPath()
|
||||
return path.join(extraPath, 'clear.bat')
|
||||
}
|
||||
|
||||
function getEnableLoopbackPath () {
|
||||
const extraPath = getExtraPath()
|
||||
return path.join(extraPath, 'EnableLoopback.exe')
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
getProxyExePath,
|
||||
getEnableLoopbackPath,
|
||||
getClearBatPath,
|
||||
}
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
!macro customUnInit
|
||||
ExecWait '"$INSTDIR\resources\extra\sysproxy.exe" set 1'
|
||||
!macroend
|
|
@ -1 +0,0 @@
|
|||
sysproxy.exe set 1
|
Binary file not shown.
|
@ -84,7 +84,6 @@ module.exports = defineConfig({
|
|||
perMachine: true,
|
||||
allowElevation: true,
|
||||
allowToChangeInstallationDirectory: true,
|
||||
include: './build/installer.nsh',
|
||||
},
|
||||
mac: {
|
||||
icon: './build/mac/icon.icns',
|
||||
|
|
Loading…
Reference in New Issue