Skip to content

Commit bb8d44d

Browse files
committed
[[ Bug 22605 ]] Fix iOS dark launch image clobbering light image
This patch fixes an issue where if a user sets a dark launch image for the same scale as a light image the file will clobber the light image when copied to the image set.
1 parent 54b6627 commit bb8d44d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ide-support/revsaveasiosstandalone.livecodescript

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,8 @@ private command revDecorateImageAssets pTarget, pSettings, pBaseFolder, pAppBund
958958
set the itemdelimiter to comma
959959

960960
local tFileName
961-
put format("livecode_launch_image@%s.%s", \
961+
put format("livecode_launch_image%s@%s.%s", \
962+
tAppearance, \
962963
tScale, \
963964
tExtension) into tFileName
964965

0 commit comments

Comments
 (0)