We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7809a commit 371bb20Copy full SHA for 371bb20
ImagePlay/ImagePlay.pro
@@ -56,8 +56,8 @@ equals(TEMPLATE, app) {
56
57
# enable or disable update checker
58
USE_FERVOR_UPDATER = false
59
-DEFINES += IMAGEPLAY_URL=\\\"http://imageplay.io\\\"
60
-DEFINES += IMAGEPLAY_APPCAST_URL=\\\"http://imageplay.io/Appcast.xml\\\"
+DEFINES += IMAGEPLAY_URL=\\\"http://cpvrlab.github.io/ImagePlay\\\"
+DEFINES += IMAGEPLAY_APPCAST_URL=\\\"http://cpvrlab.github.io/ImagePlay/Appcast.xml\\\"
61
62
#define platform variable for folder name
63
win32 {contains(QMAKE_TARGET.arch, x86_64) {PLATFORM = x64} else {PLATFORM = Win32}}
0 commit comments