Skip to content

Commit a136204

Browse files
kaiklimgallien
authored andcommitted
fix dev application name
keep application name and short name the same for the dev and prod build or some migration logic will work differently for each build Signed-off-by: kaikli <[email protected]>
1 parent 9d2f681 commit a136204

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)