2021-12-28 07:25:39 +00:00
|
|
|
# TimelapseNow
|
|
|
|
|
|
|
|
Record webcam in steps
|
|
|
|
|
|
|
|
# Compile for everything
|
2021-12-28 07:41:57 +00:00
|
|
|
./create.sh
|
2021-12-28 07:25:39 +00:00
|
|
|
|
|
|
|
# Compile for Windows
|
|
|
|
electronize build /target win /p:PublishReadyToRun=false
|
|
|
|
|
|
|
|
# Compile for Mac OS
|
|
|
|
electronize build /target osx /p:PublishReadyToRun=false
|
|
|
|
|
|
|
|
# Compile for Linux
|
2021-12-28 07:41:57 +00:00
|
|
|
electronize build /target linux /p:PublishReadyToRun=false
|