Skip to content

Commit

Permalink
bundled-better
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmikels committed Dec 8, 2021
1 parent e6300f0 commit ea66857
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-win.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# this process assembles the electron app manually
# assuming the binary has already been downloaded into the release directory

TARGET=release/vmix-snapshot-proxy/resources/app
if [[ ! -d $TARGET ]]; then mkdir "$TARGET"; fi
rm -rf $TARGET/*
Expand Down

0 comments on commit ea66857

Please sign in to comment.