Starting themes customization.
This commit is contained in:
parent
c7fb5d8900
commit
4bd52732ab
@ -30,7 +30,9 @@ Class {
|
|||||||
'provider',
|
'provider',
|
||||||
'url',
|
'url',
|
||||||
'preview',
|
'preview',
|
||||||
'license'
|
'license',
|
||||||
|
'folder',
|
||||||
|
'customizations'
|
||||||
],
|
],
|
||||||
#category : #Brea
|
#category : #Brea
|
||||||
}
|
}
|
||||||
@ -49,9 +51,20 @@ BreaTheme >> downloadInto: aFolder [
|
|||||||
aFolder ensureCreateDirectory.
|
aFolder ensureCreateDirectory.
|
||||||
GrafoscopioUtils
|
GrafoscopioUtils
|
||||||
downloadingFrom: self url withMessage: 'Downloading ', tempName, '...' into: zippedFile.
|
downloadingFrom: self url withMessage: 'Downloading ', tempName, '...' into: zippedFile.
|
||||||
|
self folder: aFolder.
|
||||||
^ zippedFile
|
^ zippedFile
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{ #category : #accessing }
|
||||||
|
BreaTheme >> folder [
|
||||||
|
^ folder
|
||||||
|
]
|
||||||
|
|
||||||
|
{ #category : #accessing }
|
||||||
|
BreaTheme >> folder: anObject [
|
||||||
|
folder := anObject
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : #installation }
|
{ #category : #installation }
|
||||||
BreaTheme >> installInto: aFolder [
|
BreaTheme >> installInto: aFolder [
|
||||||
| zippedFile |
|
| zippedFile |
|
||||||
|
Loading…
Reference in New Issue
Block a user