diff --git a/deploy.bat b/deploy.bat index b212c37..48e7e2d 100644 --- a/deploy.bat +++ b/deploy.bat @@ -1,4 +1,4 @@ @echo off echo Copying files... -cp -r "../BetterBags_ItemRack" "C:\Program Files (x86)\World of Warcraft\_classic_era_\Interface\AddOns" +xcopy "..\BetterBags_ItemRack" "C:\Program Files (x86)\World of Warcraft\_classic_era_\Interface\AddOns" /exclude:exclude.txt /y echo Deployed \ No newline at end of file diff --git a/exclude.txt b/exclude.txt new file mode 100644 index 0000000..a167ee1 --- /dev/null +++ b/exclude.txt @@ -0,0 +1,6 @@ +.png +.md +.bat +.txt +.github/ +.vscode/ \ No newline at end of file