File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ FILE_SIZE="$(wc -c <"$RESOURCE_FILE")"
18
18
19
19
nicename=" $( basename ${RESOURCE_FILE} | sed ' s/\./_/g' | sed ' s/\-/_/g' ) "
20
20
21
- echo " public static let raw_len_${nicename} = ${FILE_SIZE} " >> " ${TARGET_FILE} "
21
+ echo " public static let raw_len_${nicename} = ${FILE_SIZE} " >> " ${TARGET_FILE} "
22
22
23
- echo -n " public static let ${nicename} : String = \" " >> " ${TARGET_FILE} "
23
+ echo -n " public static let ${nicename} : String = \" " >> " ${TARGET_FILE} "
24
24
25
25
echo -n $( gzip --stdout " ${RESOURCE_FILE} " | base64) >> " ${TARGET_FILE} "
26
26
27
27
echo " \" " >> " ${TARGET_FILE} "
28
- echo " public static let data_${nicename} = Data(base64Encoded: ${nicename} )!" >> " ${TARGET_FILE} "
28
+ echo " public static let data_${nicename} = Data(base64Encoded: ${nicename} )!" >> " ${TARGET_FILE} "
You can’t perform that action at this time.
0 commit comments