Skip to content
Snippets Groups Projects
Commit e8447373 authored by Albert Gräf's avatar Albert Gräf
Browse files

The build directory needs to be cleaned out for a subsequent rebuild to work...

The build directory needs to be cleaned out for a subsequent rebuild to work in the Darwin app build.
parent db34c008
No related branches found
No related tags found
No related merge requests found
......@@ -105,6 +105,7 @@ extended_app_install:
# build a standalone nw.js app
darwin_app_wrapper: Info.plist
# nwjs.app
rm -rf "$(BUILD_BASE)"
install -d "$(BUILD_BASE)"
rsync -ax $(cvs_root_dir)/pd/nw/nw/nwjs.app/ $(BUILD_BASE)/$(PD_APP_NAME).app/
# set up app wrapper
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment