Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Installer/package.txt
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,8 @@ component Extensions
rfolder macosx:packaged_extensions/com.livecode.library.qr
into [[ToolsFolder]]/Extensions place
rfolder macosx:packaged_extensions/com.livecode.library.objectrepository
into [[ToolsFolder]]/Extensions place
rfolder macosx:packaged_extensions/com.livecode.library.native.mac.statusmenu

include TimeZone

Expand Down
3 changes: 2 additions & 1 deletion extensions/extensions.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@
'libraries/json/json.lcb',
'libraries/objectrepository/objectrepository.lcb',
'libraries/ini/ini.lcb',
'libraries/timezone/timezone.lcb',
'libraries/timezone/timezone.lcb',
'libraries/macstatusmenu/macstatusmenu.lcb',

'widgets/androidbutton/androidbutton.lcb',
'widgets/androidfield/androidfield.lcb',
Expand Down
Loading