Skip to content

Commit

Permalink
Updated cvanilla
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakooo0 committed Aug 15, 2022
1 parent b8b44de commit 09992a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ set -e

TEMP=$(mktemp -d)

cp -r "$SRC_DIR"/{vanilla,appname.apparmor,appname.desktop,manifest.json,logo.png,index.html,style.css} "$INSTALL_DIR"
cp -r "$SRC_DIR"/{appname.apparmor,appname.desktop,manifest.json,logo.png,index.html,style.css} "$INSTALL_DIR"
mkdir -p "$INSTALL_DIR"/vanilla
cp -r "$SRC_DIR"/vanilla/dist "$INSTALL_DIR"/vanilla

elm make "$SRC_DIR/frontend/Main.elm" --optimize --output="$TEMP/elm.js"

Expand Down
2 changes: 1 addition & 1 deletion vanilla

0 comments on commit 09992a7

Please # to comment.