temporary disable windows service

This commit is contained in:
Hiddify
2024-02-24 19:28:43 +01:00
parent 5d715216b2
commit a5b9141e97
2 changed files with 3 additions and 1 deletions

View File

@@ -146,6 +146,8 @@ windows-libs:
$(MKDIR) $(DESKTOP_OUT) || echo Folder already exists. Skipping...
curl -L $(CORE_URL)/$(CORE_NAME)-windows-amd64.tar.gz | tar xz -C $(DESKTOP_OUT)$(SEP)
ls $(DESKTOP_OUT) || dir $(DESKTOP_OUT)$(SEP)
$(RM) $(DESKTOP_OUT)$(SEP)HiddifyService.exe
#temporary disable windows service
linux-libs:
mkdir -p $(DESKTOP_OUT)

View File

@@ -173,7 +173,7 @@ class ConfigOptionEntity with _$ConfigOptionEntity {
enableClashApi: enableClashApi,
clashApiPort: clashApiPort,
enableTun: serviceMode == ServiceMode.tun,
enableTunService: serviceMode == ServiceMode.tunService,
enableTunService: false && serviceMode == ServiceMode.tunService,
setSystemProxy: serviceMode == ServiceMode.systemProxy,
bypassLan: bypassLan,
allowConnectionFromLan: allowConnectionFromLan,