new: enable tunnel service again, add signing, msix, more log less info

This commit is contained in:
Hiddify
2024-02-27 15:51:31 +03:30
parent 3b6eeaaae8
commit 48ace8ec11
13 changed files with 53 additions and 21 deletions

View File

@@ -87,8 +87,8 @@ install(FILES "${FLUTTER_LIBRARY}" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}"
install(FILES "../libcore/bin/libcore.dll" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}"
COMPONENT Runtime RENAME libcore.dll)
# install(FILES "../libcore/bin/HiddifyService.exe" DESTINATION "${CMAKE_INSTALL_PREFIX}"
# COMPONENT Runtime RENAME HiddifyService.exe)
install(FILES "../libcore/bin/HiddifyService.exe" DESTINATION "${CMAKE_INSTALL_PREFIX}"
COMPONENT Runtime RENAME HiddifyService.exe)
if(PLUGIN_BUNDLED_LIBRARIES)

View File

@@ -1,6 +1,16 @@
display_name: Hiddify
publisher_display_name: Hiddify
identity_name: app.hiddify.com
msix_version: 1.0.0.0
msix_version: 0.16.8.0
logo_path: windows\runner\resources\app_icon.ico
capabilities: internetClient, privateNetworkClientServer
capabilities: internetClient, internetClientServer, privateNetworkClientServer
languages: en-us, zh-cn, zh-tw, tr-tr,fa-ir,ru-ru,pt-br,es-es
protocol_activation: hiddify
execution_alias: hiddify
certificate_path: windows\sign.pfx
certificate_password:
publisher: CN=Hiddify, O=Hiddify, C=US
install_certificate: "false"
enable_at_startup: "true"
startup_task:
parameters: --autostart

View File

@@ -4,7 +4,7 @@
#include "flutter_window.h"
#include "utils.h"
#include <protocol_handler_windows/protocol_handler_windows_plugin_c_api.h>
int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,

View File

@@ -6,7 +6,7 @@
#include <functional>
#include <memory>
#include <string>
#include <protocol_handler_windows/protocol_handler_windows_plugin_c_api.h>
// A class abstraction for a high DPI-aware Win32 Window. Intended to be
// inherited from by classes that wish to specialize with custom
// rendering and input handling