Skip to content

Commit

Permalink
fix target destination of deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
DJSchaffner committed Feb 18, 2024
1 parent 3419b00 commit 06da3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
echo Copying files...
xcopy "..\BetterBags_ItemRack" "C:\Program Files (x86)\World of Warcraft\_classic_era_\Interface\AddOns" /exclude:exclude.txt /y
xcopy "." "C:\Program Files (x86)\World of Warcraft\_classic_era_\Interface\AddOns\BetterBags_ItemRack" /exclude:exclude.txt /y /i
echo Deployed

0 comments on commit 06da3ac

Please sign in to comment.