We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 854e9fc + 5c610b6 commit 4463bf6Copy full SHA for 4463bf6
NEXTCLOUD.cmake
@@ -1,6 +1,8 @@
1
+# keep the application name and short name the same or different for dev and prod build
2
+# or some migration logic will behave differently for each build
3
if(NEXTCLOUD_DEV)
4
set( APPLICATION_NAME "NextcloudDev" )
- set( APPLICATION_SHORTNAME "NextDev" )
5
+ set( APPLICATION_SHORTNAME "NextcloudDev" )
6
set( APPLICATION_EXECUTABLE "nextclouddev" )
7
set( APPLICATION_ICON_NAME "Nextcloud" )
8
else()
0 commit comments