texstudio.nsi (texstudio-3.1.0) | : | texstudio.nsi (texstudio-3.1.1) | ||
---|---|---|---|---|
!define APPNAME "TeXstudio" | !define APPNAME "TeXstudio" | |||
!define DESCRIPTION "TeXstudio is a fully featured LaTeX editor." | !define DESCRIPTION "TeXstudio is a fully featured LaTeX editor." | |||
# These three must be integers | # These three must be integers | |||
!define VERSIONMAJOR 3 | !define VERSIONMAJOR 3 | |||
!define VERSIONMINOR 1 | !define VERSIONMINOR 1 | |||
!define VERSIONBUILD 0 | !define VERSIONBUILD 1 | |||
# These will be displayed by the "Click here for support information" link in "A dd/Remove Programs" | # These will be displayed by the "Click here for support information" link in "A dd/Remove Programs" | |||
# It is possible to use "mailto:" links in here to open the email client | # It is possible to use "mailto:" links in here to open the email client | |||
!define HELPURL "https://texstudio.org" # "Support Information" link | !define HELPURL "https://texstudio.org" # "Support Information" link | |||
!define UPDATEURL "https://texstudio.org" # "Product Updates" link | !define UPDATEURL "https://texstudio.org" # "Product Updates" link | |||
!define ABOUTURL "https://texstudio.org" # "Publisher" link | !define ABOUTURL "https://texstudio.org" # "Publisher" link | |||
!include "FileAssociation.nsh" | !include "FileAssociation.nsh" | |||
# define the name of the installer | # define the name of the installer | |||
Outfile "texstudio_installer.exe" | Outfile "texstudio_installer.exe" | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |