faho · GitHub

Merged

Merged

Conversation

faho

# System to create Windows installers
# See: https://nsis.sourceforce.io

complete -c makensis -o CMDHELP -d 'Prints out help for a specific command, or lists all commands'

faho

complete -c makensis -o V2 -d 'Verbosity: no info'
complete -c makensis -o V3 -d 'Verbosity: no script'
complete -c makensis -o V4 -d 'Verbosity: all'
complete -c makensis -o V4 -d 'Verbosity: all'

faho

complete -c makensis -o P2 -d 'Sets the compiler process priority to normal'
complete -c makensis -o P3 -d 'Sets the compiler process priority to above normal'
complete -c makensis -o P4 -d 'Sets the compiler process priority to high'
complete -c makensis -o P5 -d 'Sets the compiler process priority to realtime'

ridiculousfish

@@ -0,0 +1,26 @@
# System to create Windows installers
# See: https://nsis.sourceforce.io

@faho

mqudsi added a commit that referenced this pull request

Oct 16, 2018

ridiculousfish pushed a commit to ridiculousfish/fish-shell that referenced this pull request

Nov 24, 2018
* add makensis
* remove duplicate line
* fix typo

ridiculousfish pushed a commit to ridiculousfish/fish-shell that referenced this pull request

Nov 24, 2018

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators

Apr 17, 2020

Read the original on github.com ↗