Skip to content

Commit

Permalink
Fixed missing dlls on windows (#293)
Browse files Browse the repository at this point in the history
Co-authored-by: Rohan Sawahn <[email protected]>
  • Loading branch information
Niklas Schilli and rohansaw authored Aug 7, 2020
1 parent 46701a6 commit f33e153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@ helpers
generatePreamble: corePackage uipackage: uiPackage nativeResourceFolder: aFolder

^ '
| file |
self fileInMonticelloZipVersionNamed: ''', corePackage, '.mcz''.
file := Smalltalk platformName caseOf: {
[''Win32''] -> [''tdjson.dll''].
[''Mac OS''] -> [''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 zip) members) do: [:aFile | self extractMemberWithoutPath: aFile inDirectory: FileDirectory default].'
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"class" : {
},
"instance" : {
"generatePreamble:uipackage:nativeResourceFolder:" : "js 8/2/2020 14:26",
"generatePreamble:uipackage:nativeResourceFolder:" : "N.S. 8/7/2020 20:53",
"streamForPackage:inZip:" : "js 8/2/2020 13:52",
"testCreateSarFile" : "js 8/2/2020 13:43",
"versionForWorkingCopy:" : "js 8/2/2020 13:52" } }

0 comments on commit f33e153

Please sign in to comment.