change make flags

This commit is contained in:
Hiddify
2024-02-03 17:39:13 +01:00
parent d331991575
commit d6bd161a75
2 changed files with 18 additions and 11 deletions

View File

@@ -52,17 +52,17 @@ translate:
prepare: #get-geo-assets get gen translate prepare: #get-geo-assets get gen translate
@echo use the following commands to prepare the library for each platform: @echo use the following commands to prepare the library for each platform:
@echo make prepare-android @echo make android-prepare
@echo make prepare-windows @echo make windows-prepare
@echo make prepare-linux @echo make linux-prepare
@echo make prepare-macos @echo make macos-prepare
@echo make prepare-ios @echo make ios-prepare
prepare-windows: get-geo-assets get gen translate windows-libs windows-prepare: get-geo-assets get gen translate windows-libs
prepare-ios: get-geo-assets get gen translate ios-libs ios-prepare: get-geo-assets get gen translate ios-libs
prepare-macos: get-geo-assets get gen translate macos-libs macos-prepare: get-geo-assets get gen translate macos-libs
prepare-linux: get-geo-assets get gen translate linux-libs linux-prepare: get-geo-assets get gen translate linux-libs
prepare-android: get-geo-assets get gen translate android-libs android-prepare: get-geo-assets get gen translate android-libs

View File

@@ -2,9 +2,16 @@ app_id: 6L903538-42B1-4596-G479-BJ779F21A65D
publisher: Hiddify publisher: Hiddify
publisher_url: https://github.com/hiddify/hiddify-next publisher_url: https://github.com/hiddify/hiddify-next
display_name: Hiddify Next display_name: Hiddify Next
executable_name: HiddifyNext.exe
output_base_file_name: HiddifyNext.exe
create_desktop_icon: true create_desktop_icon: true
install_dir_name: "{autopf64}\\hiddify" install_dir_name: "{autopf64}\\hiddify"
setup_icon_file: ..\..\windows\runner\resources\app_icon.ico setup_icon_file: ..\..\windows\runner\resources\app_icon.ico
locales: locales:
- en - en
- fa - fa
- zh
- ru
- pt
- tr
#script_template: inno_setup.sas