diff options
Diffstat (limited to 'installer/installer.pro')
| -rw-r--r-- | installer/installer.pro | 3 |
1 files changed, 2 insertions, 1 deletions
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 += \ |
