Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Jul 28, 2024
1 parent 6ea7f6e commit a44241b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ prepare:
windows-prepare: get gen translate windows-libs

ios-prepare: get-geo-assets get gen translate ios-libs
cd ios
pod repo update
pod install
cd ios; pod repo update; pod install;echo "done ios prepare"

macos-prepare: get-geo-assets get gen translate macos-libs
linux-prepare: get-geo-assets get gen translate linux-libs
linux-appimage-prepare:linux-prepare
Expand Down
2 changes: 1 addition & 1 deletion dependencies.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
core.version=1.9.0
core.version=2.0.0

0 comments on commit a44241b

Please sign in to comment.