Skip to content

Commit

Permalink
Update shortcut name on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Aug 13, 2016
1 parent c18b873 commit 04276bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@ if(WIN32 AND NOT UNIX)
Delete '\\\"$INSTDIR\\\\tmp\\\\${VSREDIST}\\\"'
")
else(WIN32 AND NOT UNIX)
set(CPACK_STRIP_FILES "bin/sqlitebrowser")
set(CPACK_STRIP_FILES "bin/DB Browser for SQLite")
set(CPACK_SOURCE_STRIP_FILES "")
endif(WIN32 AND NOT UNIX)
set(CPACK_PACKAGE_EXECUTABLES "sqlitebrowser" "SqliteBrowser")
set(CPACK_PACKAGE_EXECUTABLES "DB Browser for SQLite" "DB Browser for SQLite")
include(CPack)

0 comments on commit 04276bd

Please sign in to comment.