Navigation Menu

Skip to content

Commit

Permalink
fix for netbox build again, minimised dependencies on its internal bu…
Browse files Browse the repository at this point in the history
…ild logic
  • Loading branch information
alabuzhev committed Mar 1, 2017
1 parent 124c1b4 commit 4652624
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions misc/nightly/netbox.sh
Expand Up @@ -11,13 +11,13 @@ function bnetbox {

wine cmd /c ../netbox.${BIT}.bat &> ../logs/netbox${BIT}

pushd Far3_${PLATFORM}/Plugins/${PLUGIN} || return 1

mkdir -p ../../../../../outfinalnew${BIT}/Plugins/${PLUGIN}
cp -f * ../../../../../outfinalnew${BIT}/Plugins/${PLUGIN}

popd
mkdir -p ../outfinalnew${BIT}/Plugins/${PLUGIN}
cp -f build/Release/${PLATFORM}/NetBox.dll ../outfinalnew${BIT}/Plugins/${PLUGIN}
cp -f build/Release/${PLATFORM}/NetBox.map ../outfinalnew${BIT}/Plugins/${PLUGIN}
cp -f src/NetBox/*.lng ../outfinalnew${BIT}/Plugins/${PLUGIN}
cp -f ChangeLog ../outfinalnew${BIT}/Plugins/${PLUGIN}
cp -f *.md ../outfinalnew${BIT}/Plugins/${PLUGIN}
cp -f LICENSE.txt ../outfinalnew${BIT}/Plugins/${PLUGIN}
}

#git clone must already exist and set to far3 branch
Expand Down

0 comments on commit 4652624

Please sign in to comment.