mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
dev: Rename tools
directory to scripts
(#5035)
This commit is contained in:
parent
aa11a24163
commit
5dd8c1c88a
2
.github/workflows/check-formatting.yml
vendored
2
.github/workflows/check-formatting.yml
vendored
|
@ -33,4 +33,4 @@ jobs:
|
||||||
clangFormatVersion: 16
|
clangFormatVersion: 16
|
||||||
|
|
||||||
- name: Check line-endings
|
- 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 `DebugCount` and add copy button to debug popup. (#4921)
|
||||||
- Dev: Refactor `common/Credentials`. (#4979)
|
- Dev: Refactor `common/Credentials`. (#4979)
|
||||||
- Dev: Changed lifetime of context menus. (#4924)
|
- 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 `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: 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)
|
- Dev: `Details` file properties tab is now populated on Windows. (#4912)
|
||||||
|
|
3
scripts/README.md
Normal file
3
scripts/README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# scripts
|
||||||
|
|
||||||
|
This directory contains scripts that may be useful for a contributor to run while working on Chatterino
|
0
tools/get-tlds-update.sh → scripts/get-tlds-update.sh
Normal file → Executable file
0
tools/get-tlds-update.sh → scripts/get-tlds-update.sh
Normal file → Executable file
0
tools/windows-fix-directory-case-sensitivity.sh → scripts/windows-fix-directory-case-sensitivity.sh
Normal file → Executable file
0
tools/windows-fix-directory-case-sensitivity.sh → scripts/windows-fix-directory-case-sensitivity.sh
Normal file → Executable file
Loading…
Reference in a new issue