Skip to content

Commit 04276bd

Browse files
committed
Update shortcut name on Windows
1 parent c18b873 commit 04276bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,8 @@ if(WIN32 AND NOT UNIX)
399399
Delete '\\\"$INSTDIR\\\\tmp\\\\${VSREDIST}\\\"'
400400
")
401401
else(WIN32 AND NOT UNIX)
402-
set(CPACK_STRIP_FILES "bin/sqlitebrowser")
402+
set(CPACK_STRIP_FILES "bin/DB Browser for SQLite")
403403
set(CPACK_SOURCE_STRIP_FILES "")
404404
endif(WIN32 AND NOT UNIX)
405-
set(CPACK_PACKAGE_EXECUTABLES "sqlitebrowser" "SqliteBrowser")
405+
set(CPACK_PACKAGE_EXECUTABLES "DB Browser for SQLite" "DB Browser for SQLite")
406406
include(CPack)

0 commit comments

Comments
 (0)