Skip to content

Commit

Permalink
add AppUserModelID for Windows (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bonani committed Nov 27, 2020
1 parent fcdecdd commit 3f7d4ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions windows/NSIS.template.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Unicode true
!include "..\..\..\resources\NSIS.definitions.nsh"
!include "FileFunc.nsh"
!AddIncludeDir "${INSTALLER_SOURCE_DIRECTORY}"

!AddPluginDir "${INSTALLER_SOURCE_DIRECTORY}\nsis-plugin\x86-unicode"
; Compression
SetCompressor /SOLID lzma

Expand Down Expand Up @@ -208,7 +208,8 @@ SectionGroup /e "-Thymio" GroupThymio
SetShellVarContext all ; current / all. Install program for all users
; Launcher
CreateShortCut "$SMPROGRAMS\Thymio Suite.lnk" "$INSTDIR\bin\thymio-launcher.exe" "$INSTDIR\thymio-launcher.ico"

ApplicationID::Set "$SMPROGRAMS\Thymio Suite.lnk" "org.mobsya.ThymioSuite"

@CPACK_NSIS_EXTRA_INSTALL_COMMANDS@
SectionEnd

Expand Down
Binary file not shown.

0 comments on commit 3f7d4ac

Please sign in to comment.