Skip to content

Commit

Permalink
windows: use bundled quark.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmnk Freemountainer authored and Dmnk Freemountainer committed Dec 5, 2016
1 parent 78da75f commit 53597bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion quark.pro
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ win32 {
CONFIG(debug, debug|release): OUT_PWD_WIN = $$OUT_PWD/debug

copy_node.commands = $(COPY_FILE) $$shell_path($$NODE_CMD) $$OUT_PWD_WIN
copy_node_path.commands = $(COPY_DIR) $$shell_path($$PWD/tmp/node_path) $$shell_path($$OUT_PWD_WIN/node_path)
copy_node_path.commands = $(MKDIR) $$shell_path($$OUT_PWD_WIN/node_path) && $(COPY_FILE) $$shell_path($$PWD/tmp/bundles/quark.js) $$shell_path($$OUT_PWD_WIN/node_path/quark.js)
copy_app.commands = $(COPY_DIR) $$shell_path($$PWD/example/default) $$shell_path($$OUT_PWD_WIN/default)
}

Expand Down
3 changes: 0 additions & 3 deletions tools/deploy_win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ PRUNE_CMD="$NODE_CMD $NPM_CMD prune --production"

pushd . > /dev/null

cd "$TARGET_PATH/node_path"
$PRUNE_CMD

cd "$TARGET_PATH/default"
$PRUNE_CMD

Expand Down

0 comments on commit 53597bb

Please sign in to comment.