Skip to content

Commit

Permalink
Merge pull request #3287
Browse files Browse the repository at this point in the history
72ab846 installer: remove high dpi shortcut (selsta)
  • Loading branch information
Snipa22 committed Jan 4, 2021
2 parents 51a4d1f + 72ab846 commit 9399839
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions installers/windows/Monero.iss
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ Source: "bin\extras\monero-gen-ssl-cert.exe"; DestDir: "{app}"; Flags: ignorever
; Qt Quick 2D Renderer fallback for systems / environments with "low-level graphics" i.e. without 3D support
Source: "bin\start-low-graphics-mode.bat"; DestDir: "{app}"; Flags: ignoreversion

; Use a scale factor of 2 for Qt for high-DPI systems, as long as Qt does not handle some such systems adequately
Source: "bin\start-high-dpi.bat"; DestDir: "{app}"; Flags: ignoreversion

; Mesa, open-source OpenGL implementation; part of "low-level graphics" support
Source: "bin\opengl32sw.dll"; DestDir: "{app}"; Flags: ignoreversion

Expand Down Expand Up @@ -170,6 +167,7 @@ Type: files; Name: "{app}\libssp-0.dll"
Type: files; Name: "{app}\libhidapi-0.dll"
Type: files; Name: "{app}\libeay32.dll"
Type: files; Name: "{app}\ssleay32.dll"
Type: files; Name: "{app}\start-high-dpi.bat"
Type: files; Name: "{group}\Utilities\x (Check Blockchain Folder).lnk"


Expand Down

0 comments on commit 9399839

Please sign in to comment.