From a94ee6b50339cabac069638b5ee2f70e1308048a Mon Sep 17 00:00:00 2001 From: Victor Tran Date: Sat, 13 Oct 2018 16:18:34 +1100 Subject: Add some checks --- installer/installer.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'installer/installer.pro') diff --git a/installer/installer.pro b/installer/installer.pro index b7cd4bc..7391d90 100644 --- a/installer/installer.pro +++ b/installer/installer.pro @@ -27,7 +27,8 @@ DEFINES += QT_DEPRECATED_WARNINGS # You can also select to disable deprecated APIs only up to a certain version of Qt. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 -#DEFINES += INSTALLER_METADATA_URL=\\\"http://localhost:8000/installer.json\\\" +#This will create an installer for theSlate. Change this URL to a different one to change what is installed. +#Also change the branding files. DEFINES += INSTALLER_METADATA_URL=\\\"http://vicr123.com/theslate/theinstaller/installer.json\\\" SOURCES += \ -- cgit v1.2.3