dev: Rename tools directory to scripts (#5035)
This commit is contained in:
@@ -33,4 +33,4 @@ jobs:
|
||||
clangFormatVersion: 16
|
||||
|
||||
- name: Check line-endings
|
||||
run: ./tools/check-line-endings.sh
|
||||
run: ./scripts/check-line-endings.sh
|
||||
|
||||
@@ -82,6 +82,7 @@
|
||||
- Dev: Refactor `DebugCount` and add copy button to debug popup. (#4921)
|
||||
- Dev: Refactor `common/Credentials`. (#4979)
|
||||
- Dev: Changed lifetime of context menus. (#4924)
|
||||
- Dev: Renamed `tools` directory to `scripts`. (#5035)
|
||||
- Dev: Refactor `ChannelView`, removing a bunch of clang-tidy warnings. (#4926)
|
||||
- Dev: Refactor `IrcMessageHandler`, removing a bunch of clang-tidy warnings & changing its public API. (#4927)
|
||||
- Dev: `Details` file properties tab is now populated on Windows. (#4912)
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# scripts
|
||||
|
||||
This directory contains scripts that may be useful for a contributor to run while working on Chatterino
|
||||
Regular → Executable
Reference in New Issue
Block a user