mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-09 23:14:39 +02:00
6 lines
133 B
Bash
6 lines
133 B
Bash
# Up to parent directory of scintilla
|
|
cd ../..
|
|
|
|
# Archive Scintilla to scintilla.tgz
|
|
hg archive --repository scintilla scintilla.tgz
|