Skip to content

Commit

Permalink
adjust copyFiles script
Browse files Browse the repository at this point in the history
  • Loading branch information
treee111 committed May 8, 2022
1 parent f461f34 commit 9aa495d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copyFilesToDist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cd ..
cp -R ${FOLDER_NAME_MAC}/* ${FOLDER_NAME_WIN}

# add Win specific stuff
cp -a ../tooling_win ./${FOLDER_NAME_WIN}/tooling_win
cp -a ../wahoomc/tooling_win ./${FOLDER_NAME_WIN}/tooling_win

# zip content into .zip file - by cd'ing without including root folder
cd ${FOLDER_NAME_MAC}
Expand Down

0 comments on commit 9aa495d

Please sign in to comment.