Starting multiOS support for binary files.

This commit is contained in:
Offray 2024-04-29 17:46:22 -05:00
parent 24ed0af7f5
commit 8d9f42d8e1
10 changed files with 406 additions and 399 deletions

View File

@ -41,6 +41,13 @@ ExoRepo class >> install: shortNameString [
^ exoRepo load
]
{ #category : #accessing }
ExoRepo class >> userDataFolder [
Smalltalk os isWindows
ifTrue: [ ^ FileLocator home / 'AppData' / 'Local' ]
ifFalse: [ ^ FileLocator userData ].
]
{ #category : #accessing }
ExoRepo >> load [
"I load the configuration of this package using a external Gitea repository."