Starting multiOS support for binary files.
This commit is contained in:
parent
24ed0af7f5
commit
8d9f42d8e1
@ -41,6 +41,13 @@ ExoRepo class >> install: shortNameString [
|
|||||||
^ exoRepo load
|
^ exoRepo load
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{ #category : #accessing }
|
||||||
|
ExoRepo class >> userDataFolder [
|
||||||
|
Smalltalk os isWindows
|
||||||
|
ifTrue: [ ^ FileLocator home / 'AppData' / 'Local' ]
|
||||||
|
ifFalse: [ ^ FileLocator userData ].
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #accessing }
|
||||||
ExoRepo >> load [
|
ExoRepo >> load [
|
||||||
"I load the configuration of this package using a external Gitea repository."
|
"I load the configuration of this package using a external Gitea repository."
|
||||||
|
Loading…
Reference in New Issue
Block a user