You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package/mac_app_sign_and_package.sh
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -250,9 +250,10 @@ if [[ -e ${DISTRIBUTION}${APP_BUNDLE} ]]
250
250
then
251
251
if [[ -e${DISTRIBUTION}${APP_BUNDLE}/Contents/Info.plist ]]
252
252
then
253
-
if sed -i.bak s_\<string\>0.0.0\<\/string\>_\<string\>${VERSION}\<\/string\>_ ${DISTRIBUTION}${APP_BUNDLE}/Contents/Info.plist>${DISTRIBUTION}${APP_BUNDLE}/Contents/Info2.plist
253
+
if sed -i.bak s_\<string\>0.0.0\<\/string\>_\<string\>${VERSION}\<\/string\>_ ${DISTRIBUTION}${APP_BUNDLE}/Contents/Info.plist
254
254
then
255
255
echo"Set bundle's Info.plist to version: \"${VERSION}\""
0 commit comments