Skip to content

Commit 6b113c8

Browse files
committed
Edited README.md
1 parent 97472a0 commit 6b113c8

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

README.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
1-
# **Unofficial** "Nullsoft Scriptable Install System" (NSIS) builds
1+
# **Unofficial** "Nullsoft Scriptable Install System" (NSIS) fork
22

3-
Original project's website: https://nsis.sourceforge.io/Main_Page<br>
4-
Original project's GitHub page: https://github.com/kichik/nsis<br>
3+
Original project's website: https://nsis.sourceforge.io
4+
Original project's GitHub page: https://github.com/NSIS-Dev/nsis
55

66
[![License: zlib/libpng](https://img.shields.io/badge/License-zlib%2Flibpng-blue.svg)](http://nsis.sourceforge.net/License)
77
[![Latest Release](https://img.shields.io/badge/dynamic/json.svg?label=Latest%20Release&url=https%3A%2F%2Fapi.github.com%2Frepos%2Fnegrutiu%2Fnsis%2Freleases%2Flatest&query=%24.name&colorB=orange)](../../releases/latest)
88
[![Downloads](https://img.shields.io/github/downloads/negrutiu/nsis/total.svg?label=Downloads&colorB=orange)](../../releases/latest)
99
[![Static Badge](https://img.shields.io/badge/GitHub%20Marketplace-negrutiu%2Fnsis--install-blue?style=flat-square&logo=github)
1010
](https://github.com/marketplace/actions/install-nsis-compiler)
1111

12-
This project was started mainly to offer you early access to the NSIS 64-bit features.<br>
13-
I've also included a bunch of extra plugins for you to play with... Enjoy!
12+
This project was started mainly to provide early access to the NSIS 64-bit features.
13+
It also comes with a few extra plugins and features that you might find useful.
1414

1515
### Features:
16-
* Native **x86** and **amd64** NSIS compilers
17-
* Can produce native **x86** and **amd64** installers, compatible with all Windows versions (NT4+)
18-
* Extra builtin plugins:
16+
- Native `x86` and `amd64` NSIS compilers
17+
- Can produce native `x86` and `amd64` installers, compatible with all Windows versions (NT4+)
18+
- Extra built-in plugins:
1919
* [NScurl](https://github.com/negrutiu/nsis-nscurl) - Plugin with advanced HTTP/S capabilities. Useful for file transfers, REST API calls, etc.
20-
* [NSxfer](https://github.com/negrutiu/nsis-nsxfer) - Plugin with advanced HTTP/S capabilities. (Consider switching to NScurl)
20+
* [NSxfer](https://github.com/negrutiu/nsis-nsxfer) - Plugin with advanced HTTP/S capabilities (superseded by NScurl)
2121
* [NSutils](https://github.com/negrutiu/nsis-nsutils) - Plugin with multiple goodies packed in one basket
22-
* [ExecDos](https://github.com/negrutiu/nsis-execdos) - Extended support for launching child processes
23-
* [TaskbarProgress](https://github.com/negrutiu/nsis-taskbarprogress) - Display progress in Windows' taskbar
24-
* [ShellLink](https://github.com/negrutiu/nsis-shelllink) - Complex operations with shortcuts (`*.lnk`)
25-
* Two new extra-large UI themes [ModernXL](https://github.com/negrutiu/nsis/wiki/ModernXL/) and [ModernXXL](https://github.com/negrutiu/nsis/wiki/ModernXL/)
26-
* Advanced logging enabled (`NSIS_CONFIG_LOG`)
27-
* Large strings (`NSIS_MAX_STRLEN=4096`)
28-
* Available [GitHub Action](https://github.com/marketplace/actions/install-nsis-compiler) to install/upgrade NSIS compiler on Windows runners
29-
* Available [GitHub Action](https://github.com/marketplace/actions/install-nsis-plugin) to install/upgrade NSIS plugins on Windows runners
22+
* [ExecDos](https://github.com/negrutiu/nsis-execdos) - Extended support for running child processes
23+
* [TaskbarProgress](https://github.com/negrutiu/nsis-taskbarprogress) - Display installation progress in Windows taskbar
24+
* [ShellLink](https://github.com/negrutiu/nsis-shelllink) - Complex operations with shortcut files (`*.lnk`)
25+
- Two new extra-large UI themes [ModernXL](https://github.com/negrutiu/nsis/wiki/ModernXL/) and [ModernXXL](https://github.com/negrutiu/nsis/wiki/ModernXL/)
26+
- Advanced logging enabled (`NSIS_CONFIG_LOG`)
27+
- Larger strings (`NSIS_MAX_STRLEN=4096`)
28+
29+
> [!TIP]
30+
> - A [GitHub Action](https://github.com/marketplace/actions/install-nsis-compiler) is available to install/upgrade __NSIS compiler__ on Windows runners
31+
> - A [GitHub Action](https://github.com/marketplace/actions/install-nsis-plugin) is available to install/upgrade __NSIS plugins__ on Windows runners

0 commit comments

Comments
 (0)