Skip to content

Commit

Permalink
Make MacOS portable, rip ~/Library
Browse files Browse the repository at this point in the history
  • Loading branch information
TheROPFather authored and nico-abram committed May 25, 2018
1 parent 641810e commit 5077088
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ elseif(APPLE)
cd ${SM_NAME_VERSION}\;
mkdir ${SM_NAME_VERSION}\;
cd ${SM_NAME_VERSION}\;
cp -r "${SM_ROOT_DIR}/portable.ini" .\;
cp -r "${SM_ROOT_DIR}/Announcers" .\;
cp -r "${SM_ROOT_DIR}/BackgroundEffects" .\;
cp -r "${SM_ROOT_DIR}/BackgroundTransitions" .\;
Expand Down

0 comments on commit 5077088

Please sign in to comment.