Skip to content

Commit 4463bf6

Browse files
authored
Merge pull request #7722 from nextcloud/backport/7683/stable-3.15
[stable-3.15] fix dev application name to keep a consitant migration behaviour for the dev and prod build
2 parents 854e9fc + 5c610b6 commit 4463bf6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

NEXTCLOUD.cmake

+3-1
Original file line numberDiff line numberDiff line change
@@ -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
13
if(NEXTCLOUD_DEV)
24
set( APPLICATION_NAME "NextcloudDev" )
3-
set( APPLICATION_SHORTNAME "NextDev" )
5+
set( APPLICATION_SHORTNAME "NextcloudDev" )
46
set( APPLICATION_EXECUTABLE "nextclouddev" )
57
set( APPLICATION_ICON_NAME "Nextcloud" )
68
else()

0 commit comments

Comments
 (0)