16 lines
332 B
Markdown
16 lines
332 B
Markdown
# TimelapseNow
|
|
|
|
Record webcam in steps
|
|
|
|
# Compile for everything
|
|
./create.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
|