Skip to content

Commit

Permalink
Update generatePreamble.uipackage.nativeResourceFolder..st (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtjonas authored Aug 7, 2020
1 parent eff594e commit 46701a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ generatePreamble: corePackage uipackage: uiPackage nativeResourceFolder: aFolder
file := Smalltalk platformName caseOf: {
[''Win32''] -> [''tdjson.dll''].
[''Mac OS''] -> [''libtdjson.1.6.0.dylib''].
[''unix''] -> [''libtdjson.1.6.0.dylib'']}.
[''unix''] -> [''libtdjson.so.1.6.0'']}.
self fileInMonticelloZipVersionNamed: ''', uiPackage, '.mcz''.
TCUTelegram registerInWorldMenu.
(self membersMatching: (''', aFolder, FileDirectory slash, ''', file)) do: [:aFile | self extractMemberWithoutPath: aFile inDirectory: FileDirectory default].'
(self membersMatching: (''', aFolder, FileDirectory slash, ''', file)) do: [:aFile | self extractMemberWithoutPath: aFile inDirectory: FileDirectory default].'

0 comments on commit 46701a6

Please sign in to comment.