Skip to content

Commit

Permalink
Update publish.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
PGgamer2 committed Aug 29, 2024
1 parent d671dc4 commit 88f3f8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions publish.bat
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
@echo off

echo Clearing bin, publish, and obj folders.
echo Cleaning bin, publish, and obj folders.

rmdir publish /s /q
mkdir publish

cd balatro-mobile-builder

rmdir bin /s /q
rmdir bin\Release /s /q
rmdir bin\publish /s /q
rmdir obj /s /q

echo Building win-x64
Expand Down

0 comments on commit 88f3f8c

Please # to comment.