Skip to content

Commit

Permalink
improved deployment process
Browse files Browse the repository at this point in the history
  • Loading branch information
DJSchaffner committed Feb 18, 2024
1 parent 8b095d3 commit 3419b00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions 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...
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
6 changes: 6 additions & 0 deletions exclude.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.png
.md
.bat
.txt
.github/
.vscode/

0 comments on commit 3419b00

Please sign in to comment.