Skip to content

Commit

Permalink
Fit slogan to website
Browse files Browse the repository at this point in the history
As proposed by @corrados in #861
  • Loading branch information
ann0see authored Jan 27, 2021
1 parent d4621c0 commit 82bccaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RequestExecutionLevel admin ; Administrator privileges are required for install
Name "${APP_NAME}"
OutFile "${DEPLOY_PATH}\${APP_NAME}-${APP_VERSION}-installer-win.exe"
Caption "${APP_NAME} ${APP_VERSION} Installer"
BrandingText "${APP_NAME} powers your online jam session"
BrandingText "${APP_NAME} Make music online. With friends. For free."

; Additional plugin location (for nsProcess)
!addplugindir "${WINDOWS_PATH}"
Expand Down

0 comments on commit 82bccaf

Please sign in to comment.