Merge pull request #5778 from menloresearch/fix/revert-windows-installation-mode

fix: revert installationmode in nsis template
This commit is contained in:
Nguyen Ngoc Minh 2025-07-15 11:02:42 +07:00 committed by GitHub
commit f674c786ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ ${StrLoc}
!define VERSION "jan_version" !define VERSION "jan_version"
!define VERSIONWITHBUILD "jan_build" !define VERSIONWITHBUILD "jan_build"
!define HOMEPAGE "" !define HOMEPAGE ""
!define INSTALLMODE "both" !define INSTALLMODE "currentUser"
!define LICENSE "" !define LICENSE ""
!define INSTALLERICON "D:\a\jan\jan\src-tauri\icons\icon.ico" !define INSTALLERICON "D:\a\jan\jan\src-tauri\icons\icon.ico"
!define SIDEBARIMAGE "" !define SIDEBARIMAGE ""