mirror of
https://github.com/hiddify/hiddify-next.git
synced 2026-07-13 21:19:28 +08:00
fix: makefile vars
This commit is contained in:
parent
3e91f96a75
commit
20217308ad
4
Makefile
4
Makefile
@ -21,7 +21,7 @@ else
|
||||
FLAVOR=dev
|
||||
endif
|
||||
TARGET=lib/main_$(FLAVOR).dart
|
||||
DISTRIBUTOR_ARGS=$(DISTRIBUTOR_ARGS)
|
||||
DISTRIBUTOR_ARGS=--skip-clean --build-target $(TARGET)
|
||||
|
||||
get:
|
||||
flutter pub get
|
||||
@ -50,7 +50,7 @@ macos-release:
|
||||
flutter_distributor package --platform macos --targets dmg $(DISTRIBUTOR_ARGS)
|
||||
|
||||
ios-release: #not tested
|
||||
flutter_distributor package --platform ios --targets ipa --build-export-options-plist ios/exportOptions.plist --build-target $(TARGET)
|
||||
flutter_distributor package --platform ios --targets ipa --build-export-options-plist ios/exportOptions.plist $(DISTRIBUTOR_ARGS)
|
||||
|
||||
|
||||
android-libs:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user