This commit is contained in:
Mike Nolan 2021-12-28 01:58:42 -06:00
parent 349faaad9e
commit 11846a9356
1 changed files with 5 additions and 0 deletions

5
create.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
cd Timelapse
electronize build /target win /p:PublishReadyToRun=false
electronize build /target osx /p:PublishReadyToRun=false
electronize build /target linux /p:PublishReadyToRun=false