fix: windows build
This commit is contained in:
7
Makefile
7
Makefile
@@ -60,7 +60,14 @@ windows-prepare: get-geo-assets get gen translate windows-libs
|
|||||||
ios-prepare: get-geo-assets get gen translate ios-libs
|
ios-prepare: get-geo-assets get gen translate ios-libs
|
||||||
macos-prepare: get-geo-assets get gen translate macos-libs
|
macos-prepare: get-geo-assets get gen translate macos-libs
|
||||||
linux-prepare: get-geo-assets get gen translate linux-libs
|
linux-prepare: get-geo-assets get gen translate linux-libs
|
||||||
|
linux-appimage-prepare:linux-prepare
|
||||||
|
linux-rpm-prepare:linux-prepare
|
||||||
|
linux-deb-prepare:linux-prepare
|
||||||
|
|
||||||
android-prepare: get-geo-assets get gen translate android-libs
|
android-prepare: get-geo-assets get gen translate android-libs
|
||||||
|
android-apk-prepare:android-prepare
|
||||||
|
android-aab-prepare:android-prepare
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
linux-install-dependencies:
|
linux-install-dependencies:
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
core.version=0.13.1
|
core.version=0.14.0
|
||||||
@@ -83,12 +83,11 @@ install(FILES "${FLUTTER_LIBRARY}" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}"
|
|||||||
|
|
||||||
# install(FILES "../libcore/bin/libcore.dll" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}"
|
# install(FILES "../libcore/bin/libcore.dll" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}"
|
||||||
# COMPONENT Runtime)
|
# COMPONENT Runtime)
|
||||||
set(HIDDIFY_NEXT_LIB "../libcore/bin/libcore.dll")
|
|
||||||
install(FILES "${HIDDIFY_NEXT_LIB}" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}"
|
install(FILES "../libcore/bin/libcore.dll" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}"
|
||||||
COMPONENT Runtime RENAME libcore.dll)
|
COMPONENT Runtime RENAME libcore.dll)
|
||||||
|
|
||||||
set(HIDDIFY_NEXT_LIB "../libcore/bin/HiddifyService.exe")
|
install(FILES "../libcore/bin/HiddifyService.exe" DESTINATION "${CMAKE_INSTALL_PREFIX}"
|
||||||
install(FILES "${HIDDIFY_NEXT_LIB}" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}"
|
|
||||||
COMPONENT Runtime RENAME HiddifyService.exe)
|
COMPONENT Runtime RENAME HiddifyService.exe)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -10,8 +10,7 @@ setup_icon_file: ..\..\windows\runner\resources\app_icon.ico
|
|||||||
locales:
|
locales:
|
||||||
- en
|
- en
|
||||||
- fa
|
- fa
|
||||||
- zh
|
|
||||||
- ru
|
- ru
|
||||||
- pt
|
- pt
|
||||||
- tr
|
- tr
|
||||||
#script_template: inno_setup.sas
|
#script_template: inno_setup.sas
|
||||||
|
|||||||
Reference in New Issue
Block a user