File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,22 +150,22 @@ jobs:
150150 name="$(basename "$dll")"
151151 base="${name%.*}"
152152 guid="${base}000000000000000000000000000000"
153- cat > "$meta" <<META
154- fileFormatVersion : 2
155- guid : $guid
156- PluginImporter :
157- serializedVersion : 2
158- isPreloaded : 0
159- isOverridable : 0
160- platformData :
161- - first :
162- Any :
163- second :
164- enabled : 0
165- userData :
166- assetBundleName :
167- assetBundleVariant :
168- META
153+ printf '%s\n' \
154+ " fileFormatVersion: 2" \
155+ " guid: ${ guid} " \
156+ " PluginImporter:" \
157+ " serializedVersion: 2" \
158+ " isPreloaded: 0" \
159+ " isOverridable: 0" \
160+ " platformData:" \
161+ " - first:" \
162+ " Any:" \
163+ " second:" \
164+ " enabled: 0" \
165+ " userData:" \
166+ " assetBundleName:" \
167+ " assetBundleVariant:" \
168+ > "$meta"
169169 done < <(find "$CLI_DIR" -type f -name "*.dll" -print0)
170170 fi
171171
You can’t perform that action at this time.
0 commit comments