Skip to content

Commit

Permalink
Windows GUI: Enable high-DPI support for installers
Browse files Browse the repository at this point in the history
  • Loading branch information
cjee21 committed Dec 14, 2024
1 parent b089325 commit 3e98d3f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Install/MediaInfo_GUI_Windows.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
; Request application privileges for Windows Vista
RequestExecutionLevel admin

; Enable high-DPI support
ManifestDPIAware true

; Some defines
!define PRODUCT_NAME "MediaInfo"
!define PRODUCT_PUBLISHER "MediaArea.net"
Expand Down
3 changes: 3 additions & 0 deletions Source/Install/MediaInfo_GUI_Windows_ARM64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
; Request application privileges for Windows Vista
RequestExecutionLevel admin

; Enable high-DPI support
ManifestDPIAware true

; Some defines
!define PRODUCT_NAME "MediaInfo"
!define PRODUCT_PUBLISHER "MediaArea.net"
Expand Down
3 changes: 3 additions & 0 deletions Source/Install/MediaInfo_GUI_Windows_i386.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
; Request application privileges for Windows Vista
RequestExecutionLevel admin

; Enable high-DPI support
ManifestDPIAware true

; Some defines
!define PRODUCT_NAME "MediaInfo"
!define PRODUCT_PUBLISHER "MediaArea.net"
Expand Down
3 changes: 3 additions & 0 deletions Source/Install/MediaInfo_GUI_Windows_x64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
; Request application privileges for Windows Vista
RequestExecutionLevel admin

; Enable high-DPI support
ManifestDPIAware true

; Some defines
!define PRODUCT_NAME "MediaInfo"
!define PRODUCT_PUBLISHER "MediaArea.net"
Expand Down

0 comments on commit 3e98d3f

Please sign in to comment.