File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717# In Windows, build-name is used as the major, minor, and patch parts
1818# of the product and file versions while build-number is used as the build suffix.
19- version : 1.4.7
19+ version : 1.4.14
2020
2121environment :
2222 sdk : ' >=3.4.4 <4.0.0'
@@ -108,10 +108,14 @@ flutter:
108108 # To add assets to your application, add an assets section, like this:
109109 assets :
110110 - assets/
111- - assets/exec/linux/
112- - assets/exec/windows/
113- - assets/exec/mac-intel/
114- - assets/exec/mac-apple/
111+ - assets/exec/linux/scrcpy/
112+ - assets/exec/linux/eifa/
113+ - assets/exec/windows/scrcpy/
114+ - assets/exec/windows/eifa/
115+ - assets/exec/mac-intel/scrcpy/
116+ - assets/exec/mac-intel/eifa/
117+ - assets/exec/mac-apple/scrcpy/
118+ - assets/exec/mac-apple/eifa/
115119 - assets/i18n/
116120
117121 # An image asset can refer to one or more resolution-specific "variants", see
You can’t perform that action at this time.
0 commit comments