We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e65ae commit 613d4e1Copy full SHA for 613d4e1
utilities/texstudio.nsi
@@ -3,11 +3,11 @@
3
# These three must be integers
4
!define VERSIONMAJOR 2
5
!define VERSIONMINOR 12
6
-!define VERSIONBUILD 7
+!define VERSIONBUILD 8
7
# These will be displayed by the "Click here for support information" link in "Add/Remove Programs"
8
# It is possible to use "mailto:" links in here to open the email client
9
-!define HELPURL "http://texstudio.org" # "Support Information" link
10
-!define UPDATEURL "http://texstudio.org" # "Product Updates" link
+!define HELPURL "https://texstudio.org" # "Support Information" link
+!define UPDATEURL "https://texstudio.org" # "Product Updates" link
11
!define ABOUTURL "https://texstudio.org" # "Publisher" link
12
13
# define the name of the installer
0 commit comments