15 lines
335 B
Markdown
15 lines
335 B
Markdown
|
# TimelapseNow
|
||
|
|
||
|
Record webcam in steps
|
||
|
|
||
|
# Compile for everything
|
||
|
./create-all.sh
|
||
|
|
||
|
# Compile for Windows
|
||
|
electronize build /target win /p:PublishReadyToRun=false
|
||
|
|
||
|
# Compile for Mac OS
|
||
|
electronize build /target osx /p:PublishReadyToRun=false
|
||
|
|
||
|
# Compile for Linux
|
||
|
electronize build /target linux /p:PublishReadyToRun=false
|