Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 4f317e6

Browse files
committed
[21663] Fix error in S/B for Android when TimeZone lib is included
1 parent 535b444 commit 4f317e6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ide-support/revsaveasandroidstandalone.livecodescript

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,6 +1204,10 @@ private command addAssetsFromFolderToArchive pFolder, pBaseName, pArchive, @pFon
12041204
if the last item of pFolder is ".svn" then
12051205
exit addAssetsFromFolderToArchive
12061206
end if
1207+
1208+
if char -1 of pFolder is slash then
1209+
delete char -1 of pFolder
1210+
end if
12071211

12081212
local tOldFolder
12091213
put the folder into tOldFolder

0 commit comments

Comments
 (0)