mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
15 lines
260 B
Python
15 lines
260 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'Atom',
|
|
'type': 'none',
|
|
'postbuilds': [
|
|
{
|
|
'postbuild_name': 'Create Atom, basically do everything',
|
|
'action': ['script/constructicon/build'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
}
|