temporary disable windows service
This commit is contained in:
2
Makefile
2
Makefile
@@ -146,6 +146,8 @@ windows-libs:
|
|||||||
$(MKDIR) $(DESKTOP_OUT) || echo Folder already exists. Skipping...
|
$(MKDIR) $(DESKTOP_OUT) || echo Folder already exists. Skipping...
|
||||||
curl -L $(CORE_URL)/$(CORE_NAME)-windows-amd64.tar.gz | tar xz -C $(DESKTOP_OUT)$(SEP)
|
curl -L $(CORE_URL)/$(CORE_NAME)-windows-amd64.tar.gz | tar xz -C $(DESKTOP_OUT)$(SEP)
|
||||||
ls $(DESKTOP_OUT) || dir $(DESKTOP_OUT)$(SEP)
|
ls $(DESKTOP_OUT) || dir $(DESKTOP_OUT)$(SEP)
|
||||||
|
$(RM) $(DESKTOP_OUT)$(SEP)HiddifyService.exe
|
||||||
|
#temporary disable windows service
|
||||||
|
|
||||||
linux-libs:
|
linux-libs:
|
||||||
mkdir -p $(DESKTOP_OUT)
|
mkdir -p $(DESKTOP_OUT)
|
||||||
|
|||||||
@@ -173,7 +173,7 @@ class ConfigOptionEntity with _$ConfigOptionEntity {
|
|||||||
enableClashApi: enableClashApi,
|
enableClashApi: enableClashApi,
|
||||||
clashApiPort: clashApiPort,
|
clashApiPort: clashApiPort,
|
||||||
enableTun: serviceMode == ServiceMode.tun,
|
enableTun: serviceMode == ServiceMode.tun,
|
||||||
enableTunService: serviceMode == ServiceMode.tunService,
|
enableTunService: false && serviceMode == ServiceMode.tunService,
|
||||||
setSystemProxy: serviceMode == ServiceMode.systemProxy,
|
setSystemProxy: serviceMode == ServiceMode.systemProxy,
|
||||||
bypassLan: bypassLan,
|
bypassLan: bypassLan,
|
||||||
allowConnectionFromLan: allowConnectionFromLan,
|
allowConnectionFromLan: allowConnectionFromLan,
|
||||||
|
|||||||
Reference in New Issue
Block a user