Go to file
Mike Nolan 11846a9356 Fix 2021-12-28 01:58:42 -06:00
.vscode Initial commit 2021-12-28 01:25:39 -06:00
Timelapse Fix 2021-12-28 01:58:14 -06:00
Timelapse.Api Initial commit 2021-12-28 01:25:39 -06:00
.gitignore Initial commit 2021-12-28 01:25:39 -06:00
README.md Fix 2021-12-28 01:41:57 -06:00
TimelapseNow.sln Initial commit 2021-12-28 01:25:39 -06:00
create.sh Fix 2021-12-28 01:58:42 -06:00

README.md

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