Skip to content

Commit 17a7357

Browse files
committed
Fix non-text files
1 parent 0d19142 commit 17a7357

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Diff for: .gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ tags
3535
/VRChatRejoinTool.sln
3636
/VRChatRejoinTool.csproj.user
3737
/bin/
38-
/obj/
38+
/obj/
39+

Diff for: Publish.bat

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ if not %errorlevel% == 0 (
66
pause
77
)
88

9-
del .\VRChatRejoinTool.exe.config
9+
del .\VRChatRejoinTool.exe.config
10+

Diff for: VRChatRejoinTool.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@
2626
<Reference Include="Microsoft.CSharp" />
2727
</ItemGroup>
2828

29-
</Project>
29+
</Project>
30+

0 commit comments

Comments
 (0)