Skip to content

Commit

Permalink
update pack.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Jun 15, 2018
1 parent 5635f13 commit 6063942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if cp $RE_FILES "$RE_BIN_DIR"; then
if cp build/mcdx.exe "$RE_BIN_DIR/data/bin"; then
echo Copying Stage 4...
mkdir "$RE_BIN_DIR/OLE"
if cp -f src/MOleCtrl.hpp src/MWindowBase.hpp "$RE_BIN_DIR/OLE"; then
if cp -f src/MOleCtrl.hpp include/MWindowBase.hpp "$RE_BIN_DIR/OLE"; then
echo Copying Stage 5...
mkdir "$RE_BIN_DIR/MyWndCtrl"
if cp -f "MyWndCtrl/MyWndCtrl.cpp" "MyWndCtrl/MWindowBase.hpp" "MyWndCtrl/CMakeLists.txt" "$RE_BIN_DIR/MyWndCtrl"; then
Expand Down

0 comments on commit 6063942

Please sign in to comment.